dricair

Results 7 comments of dricair

If someone is reading this page like I did, the example above does not fully work anymore, although the concepts are still accurate. But more support has been added in...

Yes I agree, but it would be a lot easier to show it in the example, as it's only when testing that it tells it is required.

What I am looking for with such library: - Strong typing, which helps removing basic errors - Integrated documentation for these types, most of the times bootstrap documentation is not...

I asked Claude AI this question: > On Yew Bootstrap Rust library, how can I add an action to run cargo clippy when someone proposes a pull request? And it...

Actually it would make sense to add `cargo test` as well in the main package. Even if no tests exist at the moment (Although I am going to add some),...

Note that as I am adding an independent feature, it should launch: - `cargo clippy --all-features` - `cargo test --all-features`