AriaN
AriaN
Cleanup of #752 with changes that requested.
### Summary Today i found this repo, and wanted to compile it, But it keep getting errors like: ``` keyledsd/src/service/EffectManager.cxx:39:48: error: variable ‘constexpr const std::array keyledsdModuleUUID’ has initializer but incomplete...
**Describe the bug** Server query interface return wrong data in every info that contains client connection infos **To Reproduce** Just enter TeaSpeak server and then start talking, You can see...
Not much, Just see the example: ```rust #[derive(strum_macros::Display)] enum Color { #[strum(to_string = "saturation is {sat}")] Purple { sat: usize }, } assert_eq!( String::from("saturation is 10"), (Color::Purple { sat: 10...
after updating my Archlinux and updating **glow(1.4.1-3 => 1.5.0-1)**, This plugin kept giving me errors when i used lsp hover the second time after neovim opened (somehow the first time...