Kozova1
Kozova1
Currently, if a RTL language is passed to fontpreview via `--preview-text`, it appears backwards. Can be seen with the following text: > קצת טקסט בעברית which gives the following output:...
Steps to reproduce: - compile from source - run and select difficulty - lose the game (by hitting a mine) - crash.
Added bezier() function which draws bezier curves. The bezier() function draws a curve according to these parameters: `color`: the color of the curve, in standard RGB565 format. `precision`: the amount...
Currently, when using nRF Connect on my android phone to flash, it flashes at 2-3 kbps. This is even worse with wasptool, which flashes at an excruciatingly slow 0.3 kbps....
Currently, wasp-os doesn't seem to support lift-to-wake (or if it does, it does so very poorly). This feature definitely should be considered.
Currently, characters in other languages (Hebrew for example) appear as question marks. Ideally, you'd be able to choose which languages you want support for (this should only be a font...
### Godot version v4.0.stable.flathub [92bee43ad] ### System information Fedora Linux 37 (Workstation Edition) ### Issue description Adding Hebrew text to an ItemList seems to cause it to crash, **unless** a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Downloading a preset seems to freeze the entire UI until it...
This PR adds BLE communication to the LucidGloves firmware. Opengloves doesn't support it yet, so the only way to test it ATM is to use some kind of BLE explorer...
Arduino IDE has a built in "Format Code" feature which can be used with Ctrl+T. I applied it to all of the files in the project :).