Luiz Felipe Gonçalves

Results 6 issues of 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) {...

help wanted

When some of my Erlang files have any non-ASCII character (such as `é`, `á`, etc), the formatter does not work. It keeps loading endlessly: ![image](https://user-images.githubusercontent.com/23662020/78947709-84d10880-7a9c-11ea-9902-12f6cbe82193.png) 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: ![image](https://user-images.githubusercontent.com/23662020/59954799-1e232580-945d-11e9-99cd-9bd72d24f882.png) I found that the problem...

Type: Enhancement
Status: Available
Priority: Medium

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...

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,...