Kevin DC
Results
2
issues of
Kevin DC
Is there any reason because Vertex trait cannot be implemented using a procedural macro? Resulting code would be more idiomatic: **Preview:** ```rust #[derive(Copy, Clone, Vertex)] struct Vertex3 { position: [f32;...
help wanted
I was getting some flickering when using Nuake, I think it was because `scrolloff` was set to 5. Setting it locally to zero fix flickering if global `scrolloff` is not...