Ian Boll
Ian Boll
Creating a pointer is 100% safe, regardless of the value of that pointer. This means that I can pass in the address 0x0001, which (probably) doesn’t refer to valid memory....
# OpenSCAD My parser for this seems to be feature complete: https://github.com/bollian/tree-sitter-openscad I'm willing to maintain support for my parser. Currently I'm looking for guidance on how to write the...
I also experience flickering, even when under light load. I'm almost always running Firefox, so I can't verify if the flickering only happens when running a GTK app. I also...
I've been using 5.21 for a few days, and the flickering has disappeared for me as well. This is without the thumbnails setting work-around described above.
As far as I can tell, poise just gets the information from the cache using `Cache::guild`. I have code that tries to do this, but my cache isn't containing the...
Adding the intent did the trick, thanks! Would you mind if I added that advice to the Cache documentation?
Unfortunately, I don't think I know the API well enough to do that.
So I'm definitely willing to work on this. After looking into it further, implementing this is going to require the ability to parse desktop entry files ([https://specifications.freedesktop.org/desktop-entry-spec/latest/](https://specifications.freedesktop.org/desktop-entry-spec/latest/)). I did find...