Chris Morin

Results 5 issues of Chris Morin

Are there any shell completions available for `sl`? The only thing I could find in the repo was `eden/scm/contrib/zsh_completion`, but that seems to be for the `hg` command.

Is there any intention to add support for gitattributes? We use them to mark certain files as binary so they don't show up in the diff.

When following the build instructions on linux, I get the following error: ``` /usr/lib/python3.11/site-packages/setuptools/dist.py:544: UserWarning: The version specified ('4.4.2_20230426-145232-h7ea1f245') is an invalid version, this may not work as expected with...

**Describe the bug** I believe Juniper isn't spec compliant in how it's handling field error propagation. Relevant excerpt from the GraphQL spec about how to handle field errors on non-nullable...

bug
needs-triage

When a document with multiple operations has variables with different types, a validation error would occur, because the validation checked that the type of the variable matched the type of...