Fantix King

Results 216 comments of Fantix King

Sorry, not yet - maybe the command to start your server if possible?

Yeah, that would be a useful tool for asyncio users. However, I think the solution lies outside asyncio (because the event loop itself can only inject logic at context switches,...

I don't have enough time to actively maintain this project at this moment, leaving the major upgrade to SQLAlchemy 1.4+ not fully done. With that said, GINO is a thin...

This is now an error in GCC 14: https://github.com/gcc-mirror/gcc/commit/9715c545d33b3a32ddc1ae817ba9356ade1fb9df . A temporary workaround is to set `CFLAGS="${CFLAGS} -Wno-error=incompatible-pointer-types"`.

@ngoldbaum thank you for the very detailed follow-up and sorry for the delay! Regarding the thread-safety of httptools, I'd like to know more about the use case of sharing a...

Fixed in [0.6.2](https://pypi.org/project/httptools/0.6.2/)

llhttp does not support HTTP/2, and httptools inherits that. Looks like https://uvloop.readthedocs.io/ (the website of readthedocs.io, not uvloop) uses HTTP/2 by default.