Adam Sven Johnson

Results 24 comments of Adam Sven Johnson

Thanks for spotting the bug @ITheCorgi, would you like to make a PR of the change?

There's a few other things to consider. Mostly about dynamic service changes. If we enforce that a type has to be identical it makes it difficult to extend the type...

@benzolium the `github.com/99designs/gqlgen/graphql/handler` module should handle the receiving of multipart requests, I haven't tested it but I think the uploaded file streams will be available as variables. You've identified the...

Hi @ncunningham-stairsupplies can you post more details about your setup? I don't think you're talking about the example `docker-compose.yaml` file? That starts up cleanly for me with all 3 example...

Hi @anar-khalilov, thanks for your PR. I can understand your need to not log all downstream requests, we'll have to consider a general solution rather than one that just fits...

Hi @anar-khalilov, it's not on our roadmap yet. If you are unable to run a fork, are you able to put a filter in your log collection that drops the...

Hi @codedge, can you post a copy of the response you're getting? The string `Socket hang up` seem to show up when I search the go stdlib and you mention...

Thanks for doing the debugging @codedge, that makes sense, if the write timeout is set to 10s by default it will be closing the socket before your service has responded....

Hi @Quantumplation, It will require quite a few changes probably, like in your discussions on https://github.com/movio/bramble/issues/231. I would start with adding something parallel to [`UpdateSchema`](https://github.com/movio/bramble/blob/main/executable_schema.go#L85) that can load a serialized...

Have you looked through the [gqlparser](https://github.com/vektah/gqlparser/) library, it's mostly in there, it doesn't have many helper methods but you can read schema sources into a string and then use something...