Oliver Sargison
Oliver Sargison
So often in shaders, we use very short variable names to speed up typing. This works but the short names make it hard to understand the code. I would love...
Adds support for zoxide integration, a command that alows for changing directories with zoxide, rather than :cd
It would be great if things like the time and maybe even cursor position were available from within the shader.
Getting error `Error: could not parse code block` when trying to execute the following valid rust ~~~rust fn main() { const N: usize = 10; let mut is_prime = [true;N];...
There is a GUI program called [MControlCenter](https://github.com/dmitry-s93/MControlCenter) that provides battery care functionality such as charge limits amongst other things. However it's a qt GUI program that's only packaged for opensuse...