Miaxos
Miaxos
On a cloudflare worker the first retry will cause a silent panic with `wasm_timer::Delay`. Also the getrandom doesn't seems to be used. Signed-off-by: Anthony Griffon
A draft to add relay persisted Query extension. The purpose is to check if this could solve https://github.com/async-graphql/async-graphql/issues/637 If it's in the right way, test are to be added and...
Hello, I'm currently trying to create a little project based on `async-graphql` and while doing so, I stubbled uppon an old issue I had: how could we create `PartialEntity` ?...
Hello! When we manipulate queries / mutation / subscription in async_graphql, we have the `Context` which contains a lot of methods and data with the `QueryEnv` it would be interesting...
### Describe the bug Random fail linked to `virtual-fs`, hard to reproduce locally, it seems it's a race condition. ```sh wasmer -vV; rustc -vV wasmer 4.2.5 (0460050 2023-12-23) binary: wasmer-cli...
Starting a work around `AsyncRuntime` to have a `MonoioRuntime` available & tested. The main issue is around `is_panic` and `abort` right now, as to properly `abort` a task by using...
**Is your feature request related to a problem? Please describe.** I want to use `openraft` with monoio. **Describe the solution you'd like** A feature flag with a `MonoioAsyncRuntime` available. **Additional...
Hello 👋 ! Just a small PR to add https://rkyv.org/ integration behind the `rkyv` feature!
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Would be great to be able to stream with SSE from a...