-
I want to scale down and move around my notes to fit the background. I'm not a coder I dont know anything about lua scripting and most of the things i have done were just coping and pasting from other…
-
### What's up?
```
cargo clean
cargo build # takes 30 seconds
cargo build -p prqlc # takes 17 seconds — *not 0 seconds!*
```
```
cargo clean
cargo build -p prqlc # takes 22 seconds.
```
…
-
Edit distance of some small amount away from an existing crate, when detected send an email to help@crates.io with a link to the crate and a link to the crate that its name is close to?
-
### Code
```Rust
cargo install adder-viz
```
### Meta
`rustc --version --verbose`:
```
rustc 1.72.1 (d5c2e9c34 2023-09-13)
binary: rustc
commit-hash: d5c2e9c342b358556da91d61ed4133f…
-
I have generated a esp32 project with the esp32s3 model.
`
peter:/media/peter/data/code$ cargo generate esp-rs/esp-template
⚠️ Favorite `esp-rs/esp-template` not found in config, using it as a …
-
Hi @Desdaemon
using the [flutter_rust_bridge brick](https://github.com/Desdaemon/mason_bricks/tree/main/bricks/flutter_rust_bridge) as below
```bash
dart create -t package deleteme && \
cd dele…
-
Current kata-containers using rust version 1.69, and it's probably too late in the 0.8 cycle to bump that and resolve all the warnings. When building the attestation-agent with 1.69 doesn't work and g…
-
Running the latest 32bit raspbian with libdbus-1-dev. I receive this long message with no clear indication if it's caused by memory issues or something else.
```
Compiling bluer v0.15.7
error: co…
-
When compiling a rust project to webasm, using command: "wasm-pack build --debug --target web"
Given slint ver. "1.0.0"
Then compilation fails with error:
no method named `font_fallbacks_for_req…
-
Every VirtualFile::read, we waste time hashing the `op="read"` label here, plus locking and mutex overhead.
Do it like StorageTimeMetrics instead.