-
When following the README instructions on Ubuntu 20.04 on Windows 11 (WSL2), the `make` command fails:
```bash
[ 7%] Built target ggml
[ 8%] Generating release/libtokenizers_c.a
no such file o…
-
I run the my rust app with `cargo flamegraph` in my local environment.
At that time, I could see the `perf.data` as temp file in my working dir.
And when the `CTRL+C`, I could also see the `flamegra…
-
I used the commands below when enabling more tests in Tokio. We can consider adding these commands to README as they could be useful to others as well.
1. To run the entire test suite without termin…
-
I tried this command:
```bash
cargo fetch --verbose --target stable-x86_64-unknown-linux-gnu
```
I expected to see this happen: *explanation*
Rust to work properly
Instead, this happened: *explana…
-
It is crazy. I start my `StreamConsumer` in my app with "cargo run" and it properly consumes messages. When doing the same via spawning my app as tokio ask within my integration tests or via `std::pro…
-
## Issue description
Cannot install or compile Zellij using `cargo install --locked zellij` or `cargo install-update -a`
Receive warning and error:
```
--- stderr
Can't locate IPC/Cmd.pm…
-
# Bug report
## Describe the bug
cargo xtask install command is not working properly
## To Reproduce
follow readme to install with cargo
```
➜ postgres_lsp git:(main) cargo xtask instal…
-
Hi! I'm trying to build WebZ.js from source using the README.md instructions and I'm not being able to.
I have all the pre-requisites installed.
`wasm32-unknown-unknown` is installed and up-to-da…
-
### Problem
If the list of working interval members is long and unordered, and then append the members via the 'cargo new' command, only manual sorting of the member list can be done.
The current d…
-
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…