Ton van den Heuvel
Ton van den Heuvel
I would like to read the C++ man pages using the standard `man` command. So I ran `cppman -m true`, and after that I can access the man pages (after...
Would it be possible to change the cursor shape when hovering a module? Specifying the CSS `cursor` property makes Waybar error out saying the `cursor` CSS property is not supported....
### I'm opening this issue because: - [ ] I'll report a bug - [x] I'll propose a new feature ### Description It would be great to have support for...
It would be good to update the code examples in the documentation to include the headers that are (minimally) required to use a certain feature. For example, I am reading...
I've recently completed a PLY parser called PLYwoot (https://github.com/ton/PLYwoot). It supports both reading and writing PLY files, and as far as I can see it is the fastest PLY parser...