Luiz Felipe Gonçalves
Luiz Felipe Gonçalves
I have the following query: ```graphql { user(id: $id) { username comments(last: 10) { # How can I handle pagination here? id body author { username } replies(last: 3) {...
When some of my Erlang files have any non-ASCII character (such as `é`, `á`, etc), the formatter does not work. It keeps loading endlessly:  Examples of "OK" code: ```erl...
## Package version 2.0.8 ## Node.js and npm version 12.3.1 and 6.9.0 I get this error when using this package in a Yarn Monorepo:  I found that the problem...
Brainstorming. ### Generalized Heap Page Operations Currently, the implementation in `exec/query/table/*` isn't _high-level_, contrary to what the `table` name would imply. The current implementation is primarily low-level, dealing directly with...
`TransformOperation` can't be used in manual `OperationInput` or `OperationOutput` implementations
Let's suppose one has a common `Auth` axum extractor which is responsible for authorizing incoming requests, returning 401 responses in case of error. Assuming that, for some reason the `OperationOutput`...
First of all, thanks for your work on this library :-) At $work, our services depend on the [time] crate for date/time stuff. There is also the new [jiff] crate,...