Ilesh Thiada

Results 200 comments of Ilesh Thiada
trafficstars

> why haven't you done that? Tuxinal is probably waiting for upstream changes that allow multiple mods to be properly added. Also please change your tone, slow progress is typical...

Superseded by 9929937b0594f9f562e77631b436a2268742f598

Can confirm, using `.compat()` fixes this. But it requires the dependency `tokio-util` and isn't documented anywhere at the moment.

Push for this since scoped threads were added in [Rust 1.63.0](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html#scoped-threads), and this feature is really awesome! Code is so much cleaner and readable without the use of `Arc`s and...

Is this some sort of limitation with Rust that could be resolved in the future, or is it a limitation with how Tokio implements async?

Interesting, thanks for the clarity!

Encountered this with `rustix 0.37.27`, `cargo clean` and deleting the `target` directory does not fix it for me. This only happens on rust analyzer for some reason (yes I did...

Donation messages would've been quite difficult to deal with when adding multiple mods, so I ended up removing them entirely.

Ah then the issue is that your profile has `1.20.1` specified while the mod only says it works till `1.20`. Unfortunately like you said the problem is that when the...