Timothy Madden
Timothy Madden
`lspci`is in `/usr/sbin/`instead of `/usr/bin` `cat /var/log/Xorg.0.log | head`command returns some 0x80 character from the X server log, that later fails the `stdout.decode()`call: - `stdout.decode()`call should be`stdout.decode(errors='ignore')` - `cat /var/log/Xorg.0.log...
Add new option so users can choose to resolve symlinks or not. Automatically resolving symlinks is not always the right choice, and is different from what Vim does, and can...
The built-in `:GetLatestVimScripts` command is long time out of date. To my knowledge it never worked as intended for Windows OS Yes, I know plugin managers like Vundle are much...
Many list options in Vim, like 'path' and 'tags', are difficult to parse correctly from a string, because of the escapes that need to be applied (for the comma ','...
Hello When using nouveau driver, I get the message: ` No GPU to monitor` For nouveau only driver (no NVIDIA prorietary driver), can `nvtop` fall back to using `libdrm` if...
Text fields like the CPU model require horizontal scrolling, even if the CPU-G window has enough room to make the field larger:  - CPU model - CPU Flags should...
gVim keeps refreshing the text in the window and cursor movement is so slow the editor becomes unusable long-term I noticed the effect dissapears in a small window (default size...
Hello Whenever I choose Native C++ in my Linux installation, the render scene never shows up, despite my CPU going to 100%. The CPU stays at 100% even after the...
Hello LuxMark v3.1 always had a crash on start when I have an OpenCL platform with no devices. Lately this can happen for example with the new rusticl platform enabled...
Hello There is currently no way to download the C++ bindings documentation (If I want an offline copy I have to clone the repository and generate it myself). Is it...