Tulir Asokan

Results 330 comments of Tulir Asokan

You can only have one process using a single SQLite database at a time, use separate databases or postgres if you have multiple processes. Probably also can't have more than...

The headers don't have that much content and the footer can be translated (meaning a partial wouldn't help there), so I don't think it's too bad right now, but I...

A footer with all the languages looks sensible. Having the server redirect the root path based on the `Accept-Language` header might also be nice, but looks like Caddy 2 doesn't...

The problem here is that the bridge end-to-bridge encryption helper creates its own HTTP client that doesn't use the appservice config: https://github.com/tulir/mautrix-python/blob/v0.8.8/mautrix/bridge/e2ee.py#L80-L81

I only recently got around to figuring out how to sphinx properly, but haven't generated docs for all the modules yet.

`prometheus_client.start_http_server`'s first argument seems to be specifically a port as an integer, not an address? The second argument is `addr`, making that configurable might be useful As for renaming config...

That would also break group auto-create since it wouldn't be able to check the power levels :thinking:

Same issue with 2019.7.1-193, but only some packages show up as not installed. It seems to look at packages installed in my user environment rather than in the virtualenv configured...

The Matrix spec doesn't have any hard specification on which HTML tags and attributes are allowed, it only has a recommendation for what to allow when rendering.

That would work too, although might be nicer if we can reuse the typed classes in gitlab_hook.py