David Pedersen
David Pedersen
If I build the latest master for Windows and upload to VirusTotal, it's detected by Microsoft as `Program:Win32/Wacapew.C!ml`: ``` env GOOS=windows go build . ``` If I build it with...
I have the same issue on Fedora 41 Sway Atomic using the RetroArch flatpak from Flathub (v1.19.1). I tried building both latest master and 1.19.1 from source and can't replicate...
Running gdb in the RetroArch flatpak and triggering the bug shows that the process didn't crash, but did "exit normally", so no backtrace. `flatpak run --command=sh --devel --filesystem=$(pwd) org.libretro.RetroArch` ```...
Using 1.20.0 through Flatpak, I'm no longer able to replicate the issue :tada:
I was finally able to achieve drawing a rectangle and text. How to make it clickable will be the next challenge. ``` #include "../cutef8/dfa.c" #include "../cutef8/utf8.c" #include "../fbink.c" #include int...
I was able to make a clickable rectangle, based on the [finger_trace.c](https://github.com/NiLuJe/FBInk/blob/master/utils/finger_trace.c) util. It can probably be cleaned up way further. [rectangle.c](https://github.com/user-attachments/files/22173996/rectangle.c) I was able to build it by making...
@alasky17 With Proton experiemental bleeding-edge, resizing works as intended :tada:
Now that we have a `CHANGELOG.md` in the repo, we could [embed](https://pkg.go.dev/embed) that file and parse it to achieve this. It would also make it possible to show the changes...