Aaron Bulmahn

Results 4 comments of Aaron Bulmahn

I updated to 361.28 and now it works fine. The Ubuntu package I build contains both, the GLVND- and the non-GLVND-version, and linking libGL.so.1 to libGL.so.1.0.0 (previously libGL.so.361.28) results in...

@markg85 __GLVND_DISALLOW_PATCHING=1 did not work for me either, but __GL_THREADED_OPTIMIZATIONS=0 did. Could you try if that works for you?

I implemented a module, that can read the status of the printer here: [https://github.com/arbu/printui/blob/master/printui/printer.py](https://github.com/arbu/printui/blob/master/printui/printer.py). Maybe it could be integrated into this repo. So far I was only able to test...

I've stumbled across this situation as well. Another possible annotation I would suggest, is `@CheckReturnValue` as provided by jsr305, SpotBugs or Error Prone. While jsr305 is not actively maintained anymore,...