-
**Problem**
Some packaging tools like nix use Cargo.lock to pick up versions of the dependencies. Currently dioxus-cli Cargo.lock uses 0.2.93 webasm-bindgen but rest of Dioxus uses 0.2.95 version o…
-
**Problem**
When starting a new dioxus project using dioxus-cli compiled on nightly, the build fails as the Cargo.lock version (=4) is newer than expected. Additionally, using dioxus-cli compiled f…
-
### Describe the bug
The default help menu have empty submenu in macos desktop, it will fail to pass apple review.
also I try to call set_as_help_menu_for_nsapp, it doesn't work.
`if let Some(hel…
-
Add the following compilations commands to the CLI
Compilation commands:
`gblend rust compile ` - compiles one rs file into wasm
`gblend cargo compile [] `- compiles cargo project into wasm ou…
-
CLI development set up is not helpful - It is not clear what tools to install and build the project and how to debug the project.
https://github.com/microsoft/vscode/blob/main/cli/CONTRIBUTING.md
-
I'd like a solution for installing shell completion files during installation. Eventually this should be part of cargo install, but it's desirable to shortcut the RFC process by implementing this as a…
-
Version: Deno 2.0.5
This case is similar to #25259
Example:
```html
"{"; // This line cause panic
`
`;
```
```sh
============================================================
…
-
It would be nice to be able to install/update via [Scoop](https://github.com/ScoopInstaller/Scoop) on windows.
Scoop has the following requirements for its main bucket (cli apps).
- a reasonably …
-
### Describe the bug
It failed to render the Leptos template
### Reproduction
```
cargo binstall create-tauri-app
cargo create-tauri-app mango2 -t leptos -m cargo
cargo binstall trunk…
-
Hi,
It seems the build in container doesn't currently contain the required rust tooling for building AWS Lambda functions based on Rust.
This was mentioned by @moelasmar in [another issue here]…