zabackary
zabackary
I know this is a little old, but is there a chance that this will ever be merged? Like someone mentioned in #72, I'm trying to use `paste` to generate...
The `Component` trait is [behind the Cargo feature `lazy`](https://docs.rs/iced_widget/0.12.1/src/iced_widget/lib.rs.html#52-53), which is why it's not in your local `cargo doc`-generated documentation. It appears on `crates.io` because `crates.io` is configured specially to...
> However, I am not a fan of how they're defined currently. The whole `static VARIABLE...` syntax makes it seem like it would be shared between task contexts, but when...
@tropicaaal on the cargo-v5 side, would `cargo metadata` not be able to replace `cargo build` for the resolution step? (I don't know much about the cargo-v5 codebase so correct me...
It's funny how I keep finding these ones. I guess the "safe" code I write is bad practice. By the way, the bug I fixed in the future implementation that...
Currently I just print in a loop with `try_set_text` which works fine.
@ion098 I think we talked about this on Discord at some point, but I think @tropicaaal was speculating that the success poll returned by `vexControllerTextSet` doesn't actually reflect whether the...
Oops, I just realized this is a draft.
> Since we're allowing this, we might consider refactoring the `Position` type as well honestly, since we can no longer guarantee a tick LCM of 4096 and 36000. I'm just...