Marcel Hellkamp
Marcel Hellkamp
The readme is not completely honest here, RFC7578 does not discourage `_charset_` but the W3C spec does. I should probably link that, too. I'm also not completely against supporting `_charset_`...
I am very biased, obviously, but I reviewed the code a while ago to check if it can be extended for my needs, and quickly decided to not use any...
Bugs that I see on first glance: * Server rate-limiting is not respected, which can result in failed requests and may stress the source server more than necessary. * Sometimes...
> the code quality is so low that a human review would most likely be a waste of time compared to rewriting this from scratch for production purposes. More so...
Still an issue with the newest BBB 3.0.7 release
Interesting, I did not know that. But I will not rename this module for several obvious reasons: * A change would break all applications or libraries currently depending on it....
The naming conflict caused by the `python-multipart` authors is definitely affecting people. Both starlette and FastAPI (based on starlette) have detection code that checks for this conflict at runtime and...
I'm happy to announce that this should no longer be an issue. The python-multipart project changed its import name to `python_multipart` and both Starlette and FastAPI support the new import...
It currently does generate a broken link because there is no declaration for `ShortName.foo`. Autodoc generates member declarations only for the original class, not if it's an alias. In the...
Then we disagree, which is fine. I think that, when referencing a member of an alias- (or sub-) class, an automatic fallback to the known declaration of the original (or...