Fabien Herfray

Results 5 issues of Fabien Herfray

Hi, I deprecated a field in my schema using the `@deprecated` directive and then I pushed it to Apollo Studio. Now I see it in the SDL: ``` input SetInSeenlistInput...

When used with HTTPS, Appdash currently appears to be insecure because it does subrequests to HTTP static resources. The issue seems to come from a single resource: `http://fonts.googleapis.com/css?family=Open+Sans` that should...

bug
help wanted

First of all, thank you for the library 🙏 For one of my component, I'm using the `useQueryLoader` + `usePreloadedQuery` hooks. Everything was working flawlessly until I updated from React...

When trying to go get `go-colorable` from `gopkg`, I'm currently getting this message (using Go 1.12): ``` go get -u gopkg.in/mattn/go-colorable.v0 go: gopkg.in/mattn/[email protected]: go.mod has non-....v0 module path "github.com/mattn/go-colorable" at...

Currently, the only docker container available is from that guy and it is outdated: https://github.com/ipedrazas/docker-tailon I had to fork it and build my own repo on docker hub. It would...