wiiznokes
wiiznokes
Process "Gestionnaire de fenêtres du Bureau" and "Processus d'exécution client-serveur" use the GPU a lot.
HI, I know it's been a long time since you did this lib but I'm trying to implement this protocol and I'm having issue with read_data in C++ side. Can...
### Problem I would like to define dependencies based on environment variables ### Proposed Solution ```toml [env.'cfg(MY_ENV = SOMETHING)'.dependencies] ``` ### Notes _No response_
### Problem I need to get the version of my crate for packaging my app in my CI. I thinks it is an important feature so it shouldn't require regular...
Hi, this is my crate: https://crates.io/crates/light_enum. Are you interested in a pull request that adds its 2 `Derive `keywords (`LightEnum` and `Values`) ? `Values `could be renamed into `Array`. I...
I don't understand why I can't convert my enum into a discriminant. Here is the code: ```rust #[derive(Debug, Clone, EnumDiscriminants)] pub enum NodeType { Control(Control), Fan(Fan), Temp(Temp), CustomTemp(CustomTemp), Graph(Graph), Flat(Flat),...
I need to use the String generated from fl! macro to be used in a fonction that take &str as parameter. ```rust let error_text = fl!("already_use"); name.error(&error_text); ``` This is...
compilation is stuck indefinitely on rfd: ``` Compiling rfd v0.11.4 Building [=======================> ] 425/427: rfd ``` ``` rustc --version rustc 1.73.0-nightly (864bdf784 2023-07-25) ``` in Cargo.toml: `rfd = { version...
I think format will fail because long description is not used anymore, but could be use elsewhere
Looking at the code a little, I saw that a good part of the structures use a getter pattern. I find this a shame because in fact, the Setting or...