Stella

Results 11 comments of Stella

For some reason, I get this as well but only in an async environment when I put them in a thread with `asyncio.to_thread`. Without async, I never even get this...

Hi, It seems like this only happens with a library I was using which was qasync, it's a PyQt async wrapper. ```python import sys import qasync import tendo from tendo...

Using context manager seems solid, better code flow for edge cases like this.

For people who are looking for a solution to this. After doing some digging, `legacy_seq2seq` is an old tensorflow code that is only available on the v1.x. If you wanna...

Not officially, i've done it before, but it's pretty silly, I don't really feel like making it into the library

girl, i'm tired to read discord.py's source. That requires effort and I ain't gonna do that right now. You do it if you want

My only workaround for this is to use COALESCE(xxx, NULL) to force it as `Option` for the offending column

> Actually, you can call QGIS Server Services with method=POST and the parameters inside the body of the request. Enlighten me, as i've tried this in december 2023, when was...