Paco Dupont
Paco Dupont
I agree with the addition of the browser field to `geotiff.js`. But I've tested the solution with your repo yesterday and it continues to throw an error for `fs` because...
It resolves to `dist-node` not `dist-browser` now that we removed the browser field from geotiff.js' `package.json`.
Thanks Begio for sharing :) I have the same use case for EPSG4326 projection and your fix worked. It would be nice if leaflet-velocity could manage multiple projection (maybe with...
It's on the 3.0 roadmap of Apollo, I'm on the phone right now i don't have the link
https://github.com/apollographql/apollo-client/blob/master/ROADMAP.md#after-apollo-client-30
not sure about `@live` and `@stream` they are covered by subscriptions but `@defer` seems quite handy and it's implemented in apollo client https://www.apollographql.com/docs/react/v2.4/features/defer-support/ spec: https://github.com/apollographql/apollo-server/blob/defer-support/docs/source/defer-support.md
About the stream version: I'm experimenting with inter service communication or background tasks with federated services, and I would like to reuse the existing graphql interface available for the federation...
> Would you like to kickstart a repo in the org and try to experiment? Sure, I'll take a look when I've some time available. Should it rely on https://github.com/ndjson/ndjson-spec...
@edno I didn't even know about the RFC, thanks ! I don't have time to work on this feature right now, feel free to open a PR !
Hi @katsanva, regarding the user authentication, mercurius exposes two options: `subscription.onConnect` or `subscription.verifyClient`, with these options you can authenticate/identify the request and extend the subscription context with any useful information...