Bas

Results 8 comments of Bas

I have the same issue. Similar to https://github.com/OmniSharp/omnisharp-vscode/issues/4021

@ahanusa It appears to be failing on the `Received response for /findusages but could not find request.` line. The test file does exist though. ``` Starting OmniSharp server at 4/8/2022,...

@ahanusa The .NET and C# log are both empty. The .NET Test Log contains the following; ``` ----- Debugging test method Language.Test.LexerTest.TestIgnoringWhiteSpace ----- Microsoft (R) Build Engine version 17.1.0+ae57d105c for...

Great one would be Apollo's APQ (https://www.apollographql.com/docs/apollo-server/performance/apq/). Build middleware for it 👯

@patrick91 As far as I understand, query results are not cached, just the query string to improve improvements. Also has it's security reasons imo. It sends the queries in a...

Can someone take a look at this PR? Tests in `tests/websockets/test_graphql_transport_ws.py` seem to be failing in the CI which I can't replicate locally. cc @patrick91

I figured it's intentional. When adding the `overflow: hidden` to the body the issue solves itselves.

This has unfortunately lost my attention due to busy work schedules, sorry for that. I'll provide a date when I'll be working on this as soon as possible.