Gus Sánchez
Gus Sánchez
Hi! Is there a reason why `aoc-client` and `aoc-cli` are two separate packages? From what I see, they could be merged into one single package that provides both a library...
The [Tooling > Checklist](https://dioxuslabs.com/learn/0.6/guide/tooling#checklist) section mentions ensuring the installation of the `wasm32-unknown-unknown` "Rust toolchain". 1. The [Getting Started](https://dioxuslabs.com/learn/0.6/getting_started/) page does not indicate how to set it up. 2. It is...
### Checklist - [x] I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) for similar feature requests. ### Describe the feature request It would be easier to use and remember...
Right now, all methods take `&str` as their input parameter. This forces the caller to take a reference (e.g. if they have a `String`) before calling the method. It would...