Gary Pennington

Results 115 comments of Gary Pennington

I'm going to rename the issue, because the problem is caused by the filesystem your are running in k3d. Reload works fine on OS X on bare metal or docker.

I've verified this. Not sure what the fix is right now.

workaround: don't specify `--hot-reload`, use APOLLO_GRAPH_REF and APOLLO_KEY to download your supergraph from studio.

If we wish to improve the quality of our generated error documentation: ``` In case you want to have an independent doc comment, the #[displaydoc("...") atrribute may be used on...

You router configuration is correct. In your various config elements your service_namespace will take the value of ${DD_ENV} or, if not set, "my-namespace". I modified the source and made a...

This could be done post 1.0, so removing the 1.0 label. If you feel strongly that it should be 1.0, add it back with a comment.

@apollographql/router This is a team goal for api:1.0, so let's crowd source this and write some documentation.

sigh, sometimes keywords catch us out. re-opening.

I'm going to re-phrase this a little, to better represent the actual problem. Also: it looks like your custom binary requires the shared library `libcurl.so.4`. If that is present in...

I'm fairly sure we don't require `libcurl.so.4` in the router. Most likely suspect would be if you used the `curl` crate in your plugin.