Will Jordan
Will Jordan
It would be great to have a public Hyper-V build of the boot2docker Vagrant box. With built-in support for Hyper-V in Vagrant 1.5 and built-in support for Hyper-V in Windows...
A CloudFormation template to create a bastion host has been previously published at [`aws-quickstart/quickstart-linux-bastion`](https://github.com/aws-quickstart/quickstart-linux-bastion). The Startup Kit template in this project and the older Quick Start template offer different implementations...
batching
supporting [batch](https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide#batch) events using a [buffer](https://github.com/jordansissel/ruby-stud/blob/master/lib/stud/buffer.rb) pattern would be a nice addition to this library.
### Description This PR adds support for [Non-blocking Fibers](https://docs.ruby-lang.org/en/3.0.0/Fiber.html#class-Fiber-label-Non-blocking+Fibers) to the `Server` class. `Puma::FiberPool` uses non-blocking fibers instead of threads to process connections. A new `fiber_scheduler` configuration option sets a...
The AWS CLI has a [`--no-sign-request`](https://github.com/aws/aws-cli/commit/64822485f48d2d0f7916d957ae5fd9e4e68cd907) option which I've found useful for anonymously downloading S3 objects with `public-read` ACLs, and I'd like to see a similar feature added to the...
#275 contains a spec change that seems to have narrowed the scope of cross-repository blob mounting by [adding](https://github.com/opencontainers/distribution-spec/pull/275/files#diff-bc6661da34ecae62fbe724bb93fd69b91a7f81143f2683a81163231de7e3b545R360) the words `within the same registry` to the description of the API...
[Many modern terminals support](https://gist.github.com/XVilka/8346728#now-supporting-truecolor) 24-bit true color, but from what I can tell Blessed currently only supports 256-colors. I would love to see Blessed output true color escape codes on...
**Is your feature request related to a problem? Please describe.** This feature request is to support the [Prometheus Metric Metadata API](https://prometheus.io/docs/prometheus/latest/querying/api/#querying-metric-metadata) at `/api/v1/metadata` in Prometheus [v2.15.0+](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md#2150--2019-12-23). Similar to #643, but...
Specifies if scheduling eligibility should be disabled by default for new client nodes. Fixes #13081, see this issue for discussion of the use-case.
Fixes #52881 while preventing #42768 from recurring. This issue has also appeared and been fixed before in legacy-alerting Slack notifications: see #19938, #21734 (specifically, see https://github.com/grafana/grafana/pull/21734#discussion_r375144907 for the reason behind...