ismaelorenstein

Results 3 issues of ismaelorenstein

If we define a style in xml and want to apply it at RunTime using setTextAppearance, the MagicTextView specific format is not loaded. Adding this to code solved it: public...

I believe the [topic page "Memory and Buffers" in the documentation](https://websockets.readthedocs.io/en/stable/topics/memory.html#websockets-buffers) might need to be updated - in the end it says: > In the [threading](https://docs.python.org/3/library/threading.html#module-threading) implementation, there is no...

documentation

Hi, I'm using websockets with free-threading python (3.14rc3) - ie with GIL disabled - and I occasionally have this runtime error when closing a connection: ``` File "/home/isma/bigrob/bigrob/api/poly.py", line 801,...

bug