Marcel Hellkamp
Marcel Hellkamp
We should probably change the behavior of item-lookup at some point. This inconsistency was introduced to keep backwards-compatibility but the re-encoding behavior makes much more sense and should be the...
Unfortunately there is no solution without breaking backwards compatibility, but the current behavior is bad enough to do it anyway. We have to subclass and workaround cgi.FieldStorage (see #852) and...
SIP/Dialin does not work, and I cannot get it to work. But that's fine, it's not marked as ready by upstream anyway.
Sorry for the delay, I was sitting on 40d6522 for a while, frustrated that I could not get dial-in to actually work. But the changes are still useful once upstream...
You can already upgrade, the current release of FastAPI 'allows' the fixed version of Starlette. But the FastAPI release was not marked as a security release (on purpose), which means...
I completely forgot about this issue. Our custom CSS looks like this: ```css /* Styles injected into the HTML5 client */ /* Leave Meeting */ #app-leave-meeting-menu > div:nth-child(3) > ul:nth-child(1)...
The next release may be 1.0 instead of 0.14, but that decision still has to be made.
The problem occurs when a server implementation parses and transforms chunked input, but does not remove the `Transfer-Encoding: chunked` header. It's actually a bug in the server implementations, but unfortunately...
https://github.com/bottlepy/bottle/blob/master/bottle.py#L1332
This is hard or even impossible to replicate with a Browser. One could opening a popup window with a reduced UI (e.g. just chat + user count), but that still...