-
### Proposal:
Implement a tool or mechanism for Rust projects that functions like Husky, enforcing the execution of pre-build hooks whenever a `cargo` command (e.g., `cargo build`, `cargo test`) is r…
pplmx updated
2 weeks ago
-
### Problem:
Build on Solaris fails:
```
$ LIBCLANG_PATH=/usr/lib/64/libclang.so cargo build
..
Compiling aws-lc-sys v0.23.0 (/builds/psumbera/aws-lc-rs/aws-lc-sys)
Compiling aws-lc-fi…
-
It pretty much looks like I have some incompatible versions to building all of this. I've built almost entire project, it only stucks on 413/422 of all steps. Most of them are successfully completed. …
-
1) I ran the command `cargo new --bin hello_vizia.`
2) Added `vizia = {git = "https://github.com/vizia/vizia"}` to dependencies and rust-analyzer started working.
3) After a while I got the followin…
-
Hello, I am experiencing the same issue described in this post: https://github.com/mediar-ai/screenpipe/issues/398#issuecomment-2393992763.
The previous issue was marked as resolved, but the CUDA fla…
-
Hello,
Just like wytr before me, I am stuck on step 20 of the wiki guide for adding Google Drive API.
I have followed the instructions as listed, and receive the same error:
```
pi@rpizero2w:~…
-
Related to #141.
I'm opening an issue to keep track of problems and relative solution encountered so far.
> [!NOTE]
>In the future we probably are going to create a dedicated page on the docume…
-
### Describe the bug
i was trying to pass `$in` as a spread argument to an external command.
`$in` is a `list` and it looks like it cannot be spread because it is not seen as a list only when us…
-
Currently we specify the patches in the riot-rs workspace Cargo.toml, but there they won't get picked up by out of tree builds.
Those patch lines cannot IIUC supplied via environment (`CARGO_PATCH_…
-
Apologies, as this is a n00b question. (My language of choice is Go, not Rust.)
Re. README.md / Getting Started / Running the server:
When I try the command
`cargo run -p warg-server -- --co…