Sadiinso

Results 7 issues of Sadiinso

This PR implements Content-Encoding aware decompression support for incoming GQL queries. This can be useful when dealing with large queries that compress well. This add supports for gzip, deflate, brotli...

I have a few question related to the use of dataloaders that I haven't found a complete answer to by browsing the documentation and github issues : * Should the...

question

Currently, async-graphql reads the `content-type` header when parsing a GQL query to know if the query is encoded in JSON or CBOR. However, it doesn't read the `content-encoding` header, which...

enhancement

I want to send a GQL query to another program. In order to do so, I need to serialize the request, I didn't find a lot of info about this...

question

Hi, Is it possible to change the log file(s) (specified using the `chain(...)` function on the logger builder) at runtime ? I have looked at the issue #76 (`A way...

A lof ot code in EVE is composed of `if-constexpr` chains which do not have a final `else` branch. Most of the time this is not a problem as the...

## Lapce Version nightly-6a64a53 ##description Some settings (for ex. "Editor: Enable Error Lens") are not saved and do not affect the editor when connected to a remote host. OS: macOS...

C-bug