StoicDeveloper

Results 15 issues of StoicDeveloper

Ideally, the websocket could be closed both explicitly, with a `client.close()` method, and implicitly when the client goes out of scope. The current implementation causes an issue in jest integration...

### Is your feature request related to a problem? If so, please describe. _No response_ ### Describe the solution you'd like Hello! Thank you so much for making Dashy. I'm...

🦄 Feature Request

When deploying all profiles within a flake, I've noticed that a long time can be spent checking the various nixos configurations. The tool nixos-rebuild will cache failures, and not attempt...

With the minimal example: ``` #[cfg(test)] pub mod tests { #[test] fn mf_test_delay() { block_on(Delay::new(Duration::from_millis(500))); } } ``` running the command: ``` MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test mf_ ``` will cause...

### Describe the bug If a body requirement is omitted in a mutation endpoint in the contract, then the client object field for that endpoint will have no fields, because...

bug
needs investigation