GlassOnTin
GlassOnTin
I'm trying to compile PrusaSlicer (a 3D printing slicer) for the Pyra. It requires opengl v2.0 but does run slowly with mesa. gl4es gives "Error: N" shader errors. What does...
Example added to include logging to the webserver. Also, added shutdown events so radiacode service stops on exit
## Summary This PR fixes the issue where the RustDesk GUI closes immediately (~500ms) when attempting to enable the service on Windows. ## Problem When enabling the service, the GUI...
## Summary - Enhanced error messages when Bluetooth scanning fails due to missing permissions - Added automatic reconnection with exponential backoff when Bluetooth connections drop - Implemented connection state tracking...
## Summary Adds support for ATtiny1634 microcontroller. ### ATtiny1634 specifications: - 16KB Flash, 1KB SRAM, 256B EEPROM - 3 GPIO ports (A: 8 pins, B: 4 pins, C: 6 pins)...
This PR adds an install hook to the snap to prompt the user to connect the camera interface after installation. Currently, the snap for mjpg-streamer fails to start silently after...
**Bug Description** Claude code crashes / locks up the terminal any time it tries to directly access linux /dev/tty* or other similar devices. This seems to be a node.js bug...