Frostie314159

Results 57 comments of Frostie314159

Until this #518 is merged, just replace `glfw = "0.47.0"` with `glfw = { git = "https://github.com/Frostie314159/glfw-rs-wayland-patch.git"}` this temporarily points glfw to my fork with the fix.

The #518 just got merged, until it is published point it to the main branch.

When I wrote the patch, I wasn't aware of the change. But feel free to revert the change with a PR.

Since writing the patch, I've taken a break from writing graphics related stuff and doing more networking. I'm probably not available to write the PR, although it should be a...

So... I came here looking for the same thing. My solution for now was: Create a backup of the app data over ADB -> decompress the backup -> view the...

For the time being, I have created a small [script](https://gist.github.com/Frostie314159/b9c4c578957284c089b3d383d13c0d6b), that downloads app data. Just run it like this `./dump_app_data.sh im.nfc.nfsee` and you will find the app data.

I'm probably a bit late to this discussion, but we should probably use an integer type wherever possible and otherwise fallback to an array. Apart from that, we could check...