Stephen Demjanenko
Stephen Demjanenko
I run `@apollo/gateway@^0.36.0` on AWS Lambda and it appears that the background Promise that fetches managed schema from `uplink.api.apollographql.com` can fail, putting the entire server on the lambda in a...
To support federation v2 by Apollo, if multiple subgraphs use PageInfo, the fields need to be marked as shareable otherwise the graph will fail to compose: https://www.apollographql.com/docs/federation/federation-2/moving-to-federation-2#mark-all-value-types-as-shareable How might this...
I would like to reference this type from my own custom implementations of a connection. If this library would export this GraphQL type, I would be able to use it...
I would like to be able to do something like: ``` javascript var TimeMixin = { mixins: [StoreWatchMixin("TimeStore")], ... }; var List = React.createClass({ mixins: [..., StoreWatchMixin("ArticleStore"), TimeMixin, ...], });...
It would be awesome if this could be hosted on cdnjs
When flushing the buffer to a stream it is possible that the call to `stream.write` can block (https://github.com/bdurand/lumberjack/blob/04b44186433223d110dc95374851e26b888a8855/lib/lumberjack/device/writer.rb#L111) such as if the disk is loaded or if the file is...
**Package Version** 0.13.8 I'm trying to size the PacmanLoader using CSS units of em. When I do this, I observe the spinner has no height because font-size is set to...
I recently switched a string field which was behaving as an enum to an actual enum type (hence why there are spaces, as I didn't change the value stored). ```go...
I'm trying to see if I can set up a tunnel via SSM so that I can keep my resources in a private subnet, but still use Terraform cloud. When...