Vincent Michel
Vincent Michel
> I could try it out on X11 and report back if you want That'd be awesome :) I'll run some tests on wayland on my own as well
I ran some tests on wayland and it seems like some windows are not accessible through the xlib API. I wrote this script to show the full window tree along...
> tried it in vscode terminal, different issue : It seems like `sounddevice` could not find the `PortAudio` library. Mine is located here `/usr/lib/x86_64-linux-gnu/libportaudio.so.2` (from the package `libportaudio2`). In any...
> Maybe a rewrite to pywayland lib could work ? But that's a bit of work, I'd like to try but I'm no dev :D That's a good idea, I...
While investigating https://github.com/python-trio/pytest-trio/issues/75, I ran into the same issue. I managed to reproduce the exception swallowing with a simpler (and probably more common) example: ```python async def main(): with trio.CancelScope()...