Peter Sutton

Results 12 comments of Peter Sutton

Hi @mgeier. Sorry I should have posted a simplified example. I'm just calling `jack._lib` stuff directly to shave off a few microseonds (it's just the content of `write_midi_event`) without the...

Thanks again @mgeier. Yep, I guess I'd have the same question regardless of language. I'll have a go at doing directly with the JACK API and asking the JACK people...

Thanks. I've updated my config as per your link and will post again when it next happens.

These are logs just after it happened. I looked at the end of the logs but I don't know enough about coc or tsserver to see an issue. Here are...

I tried settings the max TS server memory really high (`"tsserver.maxTsServerMemory": 16384`) to see that would help. The issue still occurred and looking at htop I can see that the...

We're getting a similar sounding issue on Android in general (Chrome/Firefox). I think touch/pointer end events are getting lost. I think this because I can get the viewport into a...

Done some digging. In Chrome Android at least, the `pointerId`s are reused (I added consoles to the `InputManager`), and they aren't on iOS, and `get` and `remove` seem to be...

@szge Made a local copy of pixi/interaction then I removed `this.interactionDataPool` from the `InteractionManager` class in `dist/esm/interaction.mjs`. Instead of pop an `InteractionData` from a pool, just create a new one.

This feature would really help amateurs like myself. I've been using Let's Encrypt and certbot since they went public. Back then I didn't know how to create wildcard certs or...

I was unaware Locks are fair and now can delete a lot of code. I really like the being the default. I'd suggest creating `UnfairLock` rather than making `Lock` unfair...