Knobibrot
Knobibrot
I added configurations for https://crates.io/crates/cargo-rpm to create a rpm package. Installation: * user/group `alexandrie` is created if it doesn't yet exist * binary is installed to `/usr/bin/alexandrie` * readonly resources...
When using a log scale from 2 to 8, plotters crashes as tier_1 is zero and is later used as divisor. I made a simple fix by checking for zero...
Should pubsub reconnect? I tried, but even after a minute it didn't try to reconnect. I assume it should reconnect after 30 seconds? Log: ``` DEBUG dropping I/O source: 0...
I'm sorry I didn't get the gdb runnter to run, so I could only test a version with probe-rs (sth similiar like here: https://github.com/elwerene/nrf52833-rtic-serial-interrupt). It took me some hours to...
Sometimes `village` is set and `city` is empty. Example: [49.321286111111114,8.681305555555555](https://nominatim.openstreetmap.org/search?q=49.321286111111114,8.681305555555555&format=json&addressdetails=1)
I'm trying to build a server for tiptap editor with yrs. I used yrs, forked it and exposed XmlFragment, this worked without too much of a problem. But the styles...
I tried this code: ```rust thread::Builder::new().name("thread1".to_string()).spawn(move || { println!("Hello, world!"); }); ``` I expected to see this happen: The thread/freertos task gets names `thread1` Instead, this happened: The thread/freertos task...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Affected Build(s) Mainline 1661 ### Description of Issue Tears of the Kingdom has...
I made a minimal example: https://github.com/elwerene/rust_analyzer_dev_dependency_features **rust-analyzer version**: rust-analyzer version: 0.3.1839-standalone **rustc version**: rustc 1.75.0 (82e1608df 2023-12-21) `cargo clippy --workspace` output: ``` Checking traits v0.0.0 (/home/rene/Downloads/rust_analyzer_dev_dependency_features/traits) Checking foo v0.0.0 (/home/rene/Downloads/rust_analyzer_dev_dependency_features/foo)...