Marcel Hellkamp
Marcel Hellkamp
Maybe this is just what I am used to, which is why I expect the same behavior from sphinx. In Javadoc for example, when referencing a method of a sub-class...
> It's not a matter of disagreeing but of objective analyses. As I've said: I've seen this FR a hundred times for every use case we care to image. Which...
Thanks for the pointers on where to look :) We are currently working on the [ansible role](https://github.com/ebbba-org/ansible-role-bigbluebutton/pull/386) to support livekit out of the box. As long as livekit is marked...
Hashes in URLs need to be escaped, when using the config form you'll get an URL that works: `https://fediwall.social/?servers=mastodon.social&tags=indiepop,britpop&accounts=&hide=&ban=%23DE`. Notice the `%23` instead of the `#` in the `ban` parameter....
Uhm... http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30 "The Location response-header field is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource....
Oh, okay. RFC7231 obsoletes RFC2616 and is more recent. In that case the change should really be discussed (perhaps in a new issue). I'll open one, just a second.
The `MEMFILE_MAX` limit was originally the maximum number of bytes Bottle would read from the body in order to populate in-memory data structures (e.g. json or form fields minus file...
> but instead just force all subsequent files in the parse to be stored on disk instead of being memory buffered. Yes, that's an idea, but there is another problem....
Still relevant
This is already implemented in the (to be released) BBB 3.0 version of the role. See #380