Émile Fugulin
Émile Fugulin
## Motivation Right now there is no built-in way to read until a sequence of bytes is found from a `BufReader`. I first improved the algorithm in https://github.com/programingjd/read_until_slice but I...
This project is probably not maintained anymore, but I though it would be a good idea to write somewhere the trouble I encountered with it (also applicable to the forks...
**Describe the bug** A couple of errors in my resolvers: ``` ERR packages/core-api/src/modules/CheckIn/resolvers.ts Transformation error (Unexpected token, expected "," (16:8)) ``` **Expected output** It should not have added Prisma there...
**Describe the bug** Missing a Prisma in the map generic parameter
A few releases ago we added `max_connection_lifetime` (default `None`) and `max_idle_connection_lifetime` (default `5m`) to the engine. Those should be documented.
**Is your feature request related to a problem? Please describe.** The performances of WebkitGTK are really bad and the implementation often breaks. It is also hard to test for app...
Hi! Just an idea, I am starting to move code from using `Arc` to using the `Bytes` crate (https://github.com/tokio-rs/bytes). This means losing a lot of the capabilities provided by `bstr`...
It works great with nodemon, but it could work even better if the compilation didn't have to start from zero if one file changes.
Sometimes we want to offer part of the API (say the public part). It would be nice if we could filter the generated OpenAPI object by a tag or something.