Blake Gentry
Blake Gentry
As of this time, all timeouts raise an `HTTP::TimeoutError`. I'd like to be able to handle connect timeout errors differently from read or write timeout errors. For example, I want...
So the [angular-ui/ui-select](https://github.com/angular-ui/ui-select) project does something a little unsavory and sets `angular.element.prototype.closest` to their own function. Unfortunately, their function uses an unconventional API for this function that returns a single...
I think you mentioned that this was still a problem for you. We've got the same problem in `hk` at the moment since we can't delete a running executable on...
While looking at the [CDN & PaaS](https://istlsfastyet.com/#cdn-paas), I noticed a prominent omission: Google Cloud Platform. App Engine is there, but none of the more modern Google Cloud services are mentioned....
This upgrades all dependencies in the GraphiQL package. In doing so, I had to partially re-patch the `@graphiql/react` dep. It was unclear to me whether the full patch was still...
### Describe the bug I was going to take care of https://github.com/dotansimha/graphql-yoga/issues/2650 by adding support for additional Graphiql context configs. As part of that, I cloned the repo, ran `pnpm...
I noticed the `JwksClient` from `jwks-rsa` has quite a few options which are not made available in the `useJWT` config properties. For my particular use case, I was wanting access...
On [this line](https://github.com/sethwebster/ember-cli-new-version/blob/62c656473cfb3a5f27ed782f80f8fac6c0e9cba0/addon/components/new-version-notifier/component.js#L79) you're yielding within a `finally`. This is not really a good idea per https://github.com/machty/ember-concurrency/issues/185
The [date validation](https://github.com/offirgolan/ember-validators/blob/fbca781275be19281ac8b568a1720f4f03e005eb/addon/date.js#L17-L39) has an option `isBlank` which is documented like so: > If true, skips validation if the value is empty This accurately describes the implementation, which skips validation...
Compiling for darwin w/ CGO_ENABLED=0 on OS X doesn't produce the same result as compiling on Linux
I was helping @ddollar test his gobuild app yesterday. It does cross-compiled builds from a Heroku dyno for any platform. So I fetched the `hk` binary from it and tried...