Results 74 comments of 2e0byo

> You may want to commented out these line[0], and test whether that is the cause. It is the fix for C-g been not working while Emacs is blocking. Annoyingly...

oh! that's cool. I'll get this building again and try it.

Actually this one is also a problem on tao.

Resize events are fixed, thanks. There's still a problem---I *think* locking---with the event loop though. E.g. if you mouse off the window it flickers and sometimes blanks entirely; the same...

> I assumed you are using TAO with glutin then. I believe this can't be avoid. Since glutin is using the native Wayland window OpenGL context, and TAO(GTK) window is...

the tao/glutin thing is indeed the cause of flickering. I've updated the docs and merged the PR since it was trivial, but feel free to edit.

Re. 2: the python package just needs to be able to find the library. If `ldconfig -p | grep -i postal` shows the library, you're good. You might be able...

Tests now pass. We should run in vcr with pytest-recording, but for now lets not merge anything unless one of the maintainers has run the test suite locally. I've not...

PS didn't add pytest-recording as it's currently broken. There's an open (abandoned) PR to work against latest VCR which would fix it; might pick that up if nobody else does.

Most of the work to get tests running in ci is floating around in [a branch](https://github.com/2e0byo/python-tidal/tree/feat/recorded-tests) on my fork. If someone has the time feel free to get it working:...