Jeremy Penner

Results 4 issues of Jeremy Penner

I've been playing around with writing some development tools that integrate with the socket debugger, but have run into a few issues. Here are some fixes!

Just spun up my first Playdate project and this extension makes the whole development process extremely smooth, so thanks for that! I was wondering if you'd consider publishing it to...

The callback passed to `register_session_notification` is not guaranteed to run on the same thread that calls `RegisterAudioSessionNotification` - in fact, in practice I _never_ observe this happening. Therefore, in order...

The `call` opcode requires passing a `Func` object, but at the time you would make the call to a recursive function, no such object exists. It would be nice if...