Nejat
Nejat
While developing a custom `Element` which had three separate child sections, see [multiple optional child sections](https://github.com/DioxusLabs/dioxus/issues/174), I learned, from @mrxiaozhuox, that custom children required a `rsx!{ cx, div{ ... }...
Hi, while stepping through the Calculator1 tutorial I ran into a strange problem. Apparently a leading space in a file name is valid, this is first time time I am...
# Description of the new feature/enhancement When listing output ```winget``` truncates column width(s) to accommodate for the total width of the console, which is determined by a call to ```GetConsoleWidth```...
Version `0.6.1` broke builds for both mobile and web platforms on Mac Apple Silcon and Windows 11 x64 for my current project; desktop still builds and launches. I have confirmed...
**Bug Description** While attempting to get past another issue I ran into, [template expansion failing #1387](https://github.com/cargo-generate/cargo-generate/issues/1387), I tried to modify template generated files, in a `post` `Rhai` script hook, with...
**Bug** When generating a new project using the `favorite` method, `cargo-generate` copies all of the template files into the current folder, unless you pass the `--name` argument. **Work Around** Pass...