Dmitrii Gridnev
Dmitrii Gridnev
Have you looked at this problem? Any news?
Can I do that? If not, what is the right way to do it? I have errors that I want to get back online but their status code is 401....
Thanks for the answer! Sounds logical, but I wish it was written in the documentation, because the current version seems to provide a safe API for module writers. Where should...
In OnOriginRequest, I want `request.Header.Set("test", "test")` + ctx.ActiveSubgraph In OnOriginResponse I want to change `response.StatusCode = http.StatusOK`. Should I use mutex for request/response? Where do I put it in ctx?...
At the moment `do you want to set a header for the subgraph request` but it seems that in the future you will want and `do you want to add...
Yes it is a visual problem, but it interferes with working with this panel. Every new request with debug true, moves the whole interface down, if you make 10 requests,...
I tried to apply the hack when I count the 200 errors so that they would at least show up, but ran into panic. https://github.com/wundergraph/cosmo/issues/458#issuecomment-1946156518 Actually my ultimate goal after...
I would generally like to be able to write a custom implementation of Persisted Queries, as just a JSON file won't work for me and we want to keep these...
Generics appearing in ristretto break compatibility of packages not updated to the new version of ristretto Since ristretto can be used in libraries... The new tag doesn't seem to save...
I'm trying to run a library (https://github.com/apollographql/apollo-ios-dev/blob/v2-alpha/apollo-ios/Sources/Apollo/JSONSerializationFormat.swift#L16 there doing a new version with Swift 6 support and it seems important only response parsing doesn't work on Linux/Android) that already has...