reivilibre

Results 192 comments of reivilibre

(the irony that the suggested running script is not very pinned or secure, installing Zizmor from PyPI unpinned at runtime. Will aim to fix this before considering merge) (edit: this...

What's your configuration of [`public_baseurl`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html?highlight=public_bas#public_baseurl)? I would hope this is the missing part that will fix the problem for you.

Would be good to have some request and responses or other server-side details to play with here.

This issue would be more appropriate for a client issue tracker; the server can't force all clients to implement all auth flows. However next-gen auth (use of Matrix Authentication Service)...

I'm using `htop` to see the CPU usage and lazygit is the biggest culprit during this spinner action :). My terminal is Konsole which could well be playing a part...

(Maybe the code above still has its place, for SSO users or if the password hash does still exist for some reason [e.g. for users before we started wiping] and...

It's dirty but I found this was a log line by editing `twisted/trial/_dist/workertrial.py` and adding a dirty log like so: ```python try: self.protocol.callRemote(managercommands.TestWrite, out=text) except TooLong: with open("/tmp/twisted", "w") as...

I reckon we'd be happy to accept contributions that do this, as long as the new versions are tested to work. At the moment I would, if being frank, say...

Most likely you are missing some essential build tools for C libraries, like `make`, a C compiler, or similar.

It seems that there is actually a `--no-progress` flag, but it's not visible in helptext! Doing so suppresses the progress indicator which stops the 'blob data' entries in the journal....