adwhit

Results 7 issues of adwhit

I think compiletest can be used to check e.g. that the derive will fail if the enum is not fieldless

At the moment, the code assumes that when we read to the buffer from a reader, it either fills the buffer totally or fills it to EOF. However I believe...

Hi, thanks for the interesting library. Not sure if I'm misunderstanding this library, but I tried it out with the `MatButton` component, but couldn't figure out how to add a...

Seems like development on this library has stalled. Not a big deal, it's open-source, it happens sometimes. However I think this is the most comprehensive Rust twitter library on `crates.io`,...

Hi, thanks for the crate and feel free to close if out of scope. This crate fails when dealing with circular references. Example: ```rust #[derive(TypeDef)] enum SelfRef { One(u32), Many(Vec),...

I made this primarily to show how it _can_ be done, rather than to offer as the 'right' fix. Basically instead of passing `Arc` everywhere we keep the Task inside...

See this commit for a repro: https://github.com/redbadger/crux/commit/cdb8ec380ac6e5abedc18e7cec8d040f556ba4c9 What happens is * Create an `Arc`, we will be using this as an RAII'd counter * Clone it and put the clone...

bug