DanB91
DanB91
One thing I would add to this is support for media_category. One thing this allows is for users to upload GIFs >= 5mb. I had to modify this library to...
I'm thinking that this might be due to broken memset and memclr referenced in #13530. I did a quick disassembly of your executable and found this: ``` 0000c7a8 : c7a8:...
Hey, thanks for this! At first thought it would be great to add doc comments to the APIs. But yea, it would be something more to maintain, especially since the...
I was also thinking of an offline approach would be best. Have some sort of program on my machine generate a new API zig file with the updated doc comments...
Thanks for reporting! I just got access to a Windows machine today and was able to reproduce this issue. Yea don't know the issue yet, but hope to have a...
As an unfortunate update, the panic handler currently crashes the simulator on 3.0.0. (I wrote a blurb on why this is [here](https://github.com/DanB91/Zig-Playdate-Template/blob/main/src/panic_handler.zig#L35)). Good new is is that Panic has plans...
> Do you remember if this ever worked for you in Safari? I seem to remember that it worked at one point in desktop Safari, but never in iOS Safari,...