Émile Fugulin
Émile Fugulin
Hi all! The current main branch is broken for a lot of folks. I don't want to put blame on anyone but its not great. I will push a fix...
If you intercept and abort the first request, the goto will never return even if you set a global request timeout. ```rust page .execute(FailRequestParams::new( request_id, ErrorReason::Aborted, )) .await ``` If...
I am trying to run some automated testing in Github Actions and the websocket between the test and the browser seems to always close. I am seeing: ``` [DEBUG] tungstenite::handshake::client:...
### Configuration - Keka version: 1.3.2 - macOS version: 11.7.2 ### Describe the bug Files with compression zstd (method 93) are not extractable with Keka. I was able to extract...
Hi there! The alarm doesn't seem to register with the OS. Like I don't see an alarm icon on the top right beside the network and battery indicators. This seems...
Hi! I am using custom `serde` deserializers on some of my structs to parse data. For example the string `$hello.world` is deserialized into: ```rust #[derive(Clone, Debug, JsonSchema)] pub struct Reference...
It would nice to be able to generate models from the Typing for Swagger/OpenAPI instead of the empty model currently used.
A common way to do error is the "Result" model where you define something like: ```graphql union MyMutationResult = MyMutationSuccess | MyMutationError ``` It would be nice to be able...
### Discussed in https://github.com/async-graphql/async-graphql/discussions/1103 Originally posted by **Sytten** October 6, 2022 Hi! Currently the result of each resolver, guard, etc is a defined struct with a blanket `from` implementation. While...
## Motivation Currently the primary must be specified for many operations like `update` to work, otherwise it panics. In reality this is unnecessarily strict since since any unique column or...