Avery Harnish

Results 111 issues of Avery Harnish

hopefully we can get this in before the release happens otherwise i fear the npm installer may break! i meant to open this PR sooner but just never got around...

`.env.example` doesn't seem to match the latest `APOLLO_` environment variables, and I'm getting some failing tests: ``` `(node:214719) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please...

with the following config: ```yaml - name: Check for broken Markdown links uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' folder-path: 'crates, installers' file-path: './README.md' ``` i get errors for broken...

enhancement

Right now there is a lot of `unwrap` in the client example. It would be nice to show how to handle different `tungstenite::Error`s that can crop up. edit: i'm trying...

enhancement
question

our pre-built binaries are just called "linux" "macos" and "windows" - it does not call out anything about underlying architectures (`x86` vs. `ARM`) nor about the toolchain (`gnu` vs `musl`...

api/1.0

after talking with @BrynCooke this morning, we have come up with a potential development workflow that could work for _any_ router running anywhere (without tunnels). the idea goes something like...

## context 1) we are shipping the first version of `rover dev` soon 1) the router configuration file format is not stabilized from version to version 1) `rover dev` should...

fixes #1474 by adding a `APOLLO_ROUTER_DEV_MODE` environment variable to the router no docs were added as this is not something we should expose to router users, only for use by...

when reading the note on using path parameters instead of wildcards in the middle of a path, i got a bit tripped up. this PR updates the docs to include...

if you place characters after a `[Type]`, like `[Type]oops`, `apollo-compiler` will panic. example valid schema: ```graphql type Person { id: ID! name: String appearedIn: [Film] directed: [Film] } type Film...

apollo-compiler