Naja Melan
Naja Melan
I just wanted to share some experience about this topic that is on the TODO list for the book. I don't feel confident enough to write this topic myself, but...
I just ran into this: https://crates.io/crates/async-stdio It's only in an alpha release, I haven't scrutinized it, but if it's good, it's probably worth for tokio-tungstenite, async-tungstenite and potentially other (I...
Just discovered this website. Quite handy, but it could do with whipping up the theme.
I run into issues with a type I would like to be `UnwindSafe`. It contains an `AbortHandle` which contains a `AtomicWaker` and these types aren't unwindsafe because `AtomicWaker` contains an...
I used to run devdocs-desktop on debian and it worked. Now after reformatting to Arch I get only a gray background in the application (with the menus), and no errors...
Currently, `async-io` is marked as an optional dependency in `Cargo.toml`, but when not on wasm, it's always turned on on `async-global-executor`. Would it be possible to make it truly optional...
I have an ergonomics issue with debugging as "step into" will usually step into tons of dependencies and the standard library etc. Would it be possible to add a way...
Right now you have to press enter for it to work. With simple strings it should be straight forward to make the filter results auto update. With regex, maybe it's...
### Motivation Would allow frontend and backend code to communicate in an abstract manner on an async Stream. It allows code reuse and prevents every application to have to implement...
I just discovered and installed this. Thanks for the awesome looks. It seems there is very little feedback: - did I get the minimum amount of moves? and maybe possibility...