Keith Layne

Results 10 issues of Keith Layne

### NOTE: This isn't ready to pull. I just want a good place to invite comments and improvements.

It would be nice for TS users who enqueue jobs from within tasks (or via the `addJob` function returned by `run`) to have payload types checked at the call site....

enhancement

The only place I could find a ruby version requirement for this gem was in the gemspec: https://github.com/github/graphql-client/blob/master/graphql-client.gemspec#L23 This implies the constraint is `>= 2.1.0`, which seems to be false....

`OrderSpec` is defined [here](https://github.com/graphile/graphile-engine/blob/master/packages/graphile-utils/src/makeAddPgTableOrderByPlugin.ts#L5). The [example](https://www.graphile.org/postgraphile/make-add-pg-table-order-by-plugin/#example) from the docs doesn't match this type - it uses a function type in the first element of that tuple: ```ts (context: GenContext) =>...

consider-for-v5

## Description Fixes #16007 ## Checklist - [x] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes I’ve...

**Prettier 3.2.4** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEAzCFMC8mA9AFSYDiATgIYAOAFgIoAympxmABgDpSaYAjgFc4VAJ448mYJgCWAE0wBfPlwDcfPmUq1Grdp178hoiVPyzFKtepAAaEBDow56ZKBpUqEAO4AFLwQ0ZBAaABtfGnEQxwAjWjAAazgYAGUaAFs4FjkoOGRsCLQ4eMSU9LoaMDyAc2QYKlFHEsy5BqbSkDgADzoxOWzYCIAVMSgvOTgQpCLwkpa68LgmYQh4QuKugCs0HrSllbWN2a3HEXW4fx86GbC0AFp8uAUXhxBGmjlwuoBhCEymRooQi4XeaEOAEEYI05HFhPB-GJcvlNvMugwYJlwgB1BhyeBoKpgOBpYIEuQANwJ4lCYDQsRAlNEAEkoK9YGkwFQ5C5Iey0jBxMs0QsQHQfCUcXpQhLpmJKQVHHkSlQYNcaLUgaKulUqKrQnEaHE4GDHBK8jAcYoYAxkAAOAAMjiocBEcldGq1wNO6McMGN1oUtuQACZHMISiNjTM5mK4JkTQpXgoWDQoLVhJq4AAxCBUIEwuoghEQEDKZRAA) ```sh --parser babel ``` **Input:** ```jsx const foo = /* GraphQL */ ` query foo { id } `; foo(/* GraphQL */ ` query foo {...

type:enhancement
area:multiparser

I apologize if this isn't the right place for this question, please redirect me if so. The current version of the spec mentions JSON, and `mediainfo` produces JSON output natively...

- [x] Forked the repo and created your branch from `master` - [x] Made sure tests pass (run `npm it` from the repo root) - [ ] Expanded test coverage...

In 3.1, rackup moved to a separate gem, so the server breaks on this line: https://github.com/testdouble/cypress-rails/blob/main/lib/cypress-rails/server/puma.rb#L13 `Rack::Handler` is undefined in this case, but I confirmed changing that line to `Rackup::Handler`...

## Overview I'd like to be able to specify additional volumes for the various cluster pods via the helm chart. I've run across multiple helm charts that use something like...