markqvist

Results 192 comments of markqvist

Yes, this is an inconsistency we need to fix. The approach in micron-parser is indeed more sensible, as it is more explicit and avoids strange scenarios where alignment flips back...

Can confirm, same happening on Linux in the [Sideband](https://github.com/markqvist/Sideband) application, and it's super annoying. The issue is caused by this line: https://github.com/kivy/kivy/blob/9cc56fbd0da3c2654afe09a827d814c365d01d46/kivy/core/window/window_sdl2.py#L244 ```python elif action == 'windowresized': self._size = largs...

For anyone else who got too tired of this, here's a run-time patch to fix it from your own app: ```python ################################################### # Kivy/SDL2 run-time patch to fix horribly slow...

> The message should be deleted from both sides of the conversation Uh no, that is the stupidest thing I have heard in a long time. How the heck could...

I can't remember if I already mentioned it, but the mixer unmute bug was fixed and uploaded to a new build on pip. If you find anything else I haven't...

Another point worth mentioning is echo cancellation. This is a relatively advanced filter to implement, and I need to write it in C for it to be fast enough. So...

Uuh, let me just check if I actually synced it...

Ah, I get it now. Read your message too quickly and assumed you'd tried it out, and it actually did unmute the receive side as well, so I was going...

That's probably a better way to do it. There's a whole lot of exit signalling circus going on for RNS to exit and clean up clearly on all platforms, and...

Yes, something changed in 3.13 that introduced this. It's related to exit cleanup handling, and threads trying to write to buffers after the main process has been terminated, but not...