Victor Nordam Suadicani
Victor Nordam Suadicani
Is it possible to provide an existing type as the decoding type for a protobuf message? Say I have this protobuf: ```protobuf message FloatMsg { float x = 1; }...
Currently it seems that it prints the why and then clears the screen, meaning you can never get to see the reason. It would be nice if the reason would...
I tried using `()` as the label set for a family, like `Family`. Unfortunately this resulted in the following line in my metrics output: ``` histogram_name_bucket{,le="1.0"} 44 ``` This results...
## Expected Behaviour 1. I type in `rs Eq`. 2. I hit enter. 3. I am taken to the docs for [`std::cmp::Eq`](https://doc.rust-lang.org/std/cmp/trait.Eq.html). ## Actual Behaviour (on Firefox for me at...
### Problem you are trying to solve The official Rust Docker images do not contain clippy and rustfmt. This has been the [source](https://github.com/rust-lang/docker-rust/issues/16) of [several](https://github.com/rust-lang/docker-rust/issues/37) [issues](https://github.com/rust-lang/docker-rust/issues/97). As far as I...
## Feature Request ### Crates `tracing` ### Motivation Currently, this code is impossible it seems: ```rust let level = tracing::Level::DEBUG; // Imagine this is decided at runtime. tracing::event!(level, "foobar"); //...
**Problem** Example code should explain the problem: ```rust use std::marker::PhantomData; use yew::prelude::*; #[derive(PartialEq, Eq)] struct Generic(PhantomData); // This works fine. #[derive(Properties, PartialEq, Eq)] struct Properties1 { gen: Generic, } //...
On Windows, I'm getting the following error log when creating a connection and channel in lapin, using it to publish and receive some messages and then letting the program reach...
Feature request: Add an interface that provides time zone names in other languages than English. Some inspiration is perhaps possible from https://github.com/mattjohnsonpint/TimeZoneNames
The file [administation page](https://github.com/LemmyNet/lemmy-docs/blob/main/src/en/administration/administration.md) currently says this: >Lemmy uses roughly 150 MB of RAM in the default Docker installation. CPU usage is negligible. What about disk usage? I don't know...