Gary Pennington

Results 45 issues of Gary Pennington

**Describe the bug** Following along with DEVELOPMENT.md and trying to build the router on an M1 based mac, I hit a few problems/gotchas: 1. build requires gpg. 2. asdf doesn't...

component/infra
chore

**Describe the solution you'd like** During the course of re-working the `Rhai` plugin, I've noticed that there is a significant amount of naming and structure "variability" which makes it hard...

api/1.0

After fixing the [plugin handler initialisation issue](https://github.com/apollographql/router/issues/1400), we were planning to cut a new release. However, after the fix was integrated we noticed intermittent errors in two of the snapshot...

**Describe the solution you'd like** If you build rust docs many of our `pub` modules, structs, etc... have no documentation. We should have minimal documentation for all the `pub` components...

documentation
good first issue
1.0

#1258 prompted some interesting debate about the correct way for router plugins (and the router itself) to get/set "host" details. Largely, this is because of the different ways in which...

component/rhai
api/1.0

Our current header propagation plugin is all about managing headers from client -> subgraph. Currently, we don't propagate headers from subgraph -> client, but there are users who require this...

component/plugins
feature

Thanks for working on this crate. It's really useful. I do have an issue though: If I add hyper-rustls to my Cargo.toml as follows: ``` hyper-rustls = { version =...

## Feature Request ### Motivation We are using tower-http in our project and we allow users to configure CORS. If there is a mistake which we can't detect in the...

C-enhancement
E-help-wanted
E-medium

**Describe the problem/challenge you have** I've deployed the provisioner into my cluster and created an NFS share. I've edited my deployment to provide 2 replicas of the provisioner for maximum...

issue: #1935 suggested exposing a span's trace id via the Context. I think it's better to avoid further use of the context and provide direct acccess to the traceid from...