-
User identities and devices are internally using a `serde_json::Value`, this means that, if the `Value` isn't empty, `rmp_serde` will fail to with a cryptic error message.
The interesting part is, …
-
If I try to update from 0.0.9 to 0.0.10 I got this:
```
Updating iamb
Updating crates.io index
Downloaded iamb v0.0.10
Downloaded 1 crate (197.6 KB) in 0.38s
Installing iamb v0.0.10
…
-
This issue is a place to track broadening the Rust embedded ecosystem by tracking various papercuts that will hit users, especially new ones (both to embedded and Rust), when they start to dive it. Ru…
-
**Describe the bug**
Getting a strange error trying to run `kit update`.
```
kit update
ERROR src/build/mod.rs:33: error: Command `cargo ["install", "--git", "https://github.com/kinode-dao/kit",…
-
**Build with cargo fails**
When executing `cargo install qsv --locked --features all_features` I get the following error: https://gist.github.com/ujaehrig/6d9d8cad83fea209922cacd437b9f0e7
**Deskto…
-
~~Blocker for AnkiDroid 2.18 release~~
Some SvelteKit changes are necessary
-
I'm the author of [the swc project](https://swc.rs).
I wonder if `rkyv` can support some sort of backward compatibility, as we pass the whole AST to the Wasm plugin after serializing it using `rkyv…
kdy1 updated
3 months ago
-
### Describe the bug
Hi
I encountered the following issue installing in Termux guest proot-distro alias of Debian
```zsh
(base) root@localhost:~# cargo install nu --locked --features=datafra…
-
When attempting to install monoclient-s on Ubuntu 22.04 with Rust 1.80.1, I get this error message.
```
~$ cargo install --git https://github.com/ivabus/lonelyradio --tag 0.7.0 monoclient-s
U…
-
I haven’t been able to get a forward proxy working yet. I’m trying to proxy to a http proxy (not squid, it’s a custom app coded in Go).
This is my manifest (adopted from squid example):
```yaml
…