Slavi Pantaleev

Results 346 comments of Slavi Pantaleev

Hmm. It seems like when redshift is called like this `redshift -O `, the brightness would get reset. We would either need support for controller the brightness (within rules).. Or...

I don't really have such a requirement, but I was playing around with Lago and assumed I'd only need a single domain to run the whole thing. Initially, while building...

I've polished up this PR and merged it into the playbook. Beside some bugfixes and polishing, the biggest change I've done is renaming the role (`matrix-bridge-go-wechat` to `matrix-bridge-wechat`) and its...

Review feedback has been addressed and the patch has been rebased (it was in a state of conflict after da3ff1cc117d688f55bd440fa8254d1bdc). Perhaps it's ready for merging now?

Hi! Seems like Synapse doesn't support media streaming. See: https://github.com/matrix-org/synapse/issues/4780 I guess `proxy_force_ranges on` is some workaround, which downloads the whole file at the reverse-proxy and slices it over there?...

@vjoomens, if you've got any more feedback on your experience with `proxy_force_ranges`, I'd be happy to hear it. I'm a little wary about implementing it, especially for servers that have...

We can create a new `IgnoreSender` field for the `ConfigurationMatrixMapping` (https://github.com/devture/email2matrix/blob/782bcfdd67983ff27f0b9cec5c81cf1a20796ab0/email2matrix/configuration/configuration.go#L31). It would default to `false`, which means that all existing mappings which don't include it will start generating messages...

`# Subject\n\nBody` seems to yield `formatted_body` of: ```html Subject\n\nBody ``` You'd like the HTML in `formatted_body` to not have `\n\n` in it at all, but be a single line of...

> e.g. I got an email containing a table which got simplified to all rows being in one line. Ahh.. this is because of the way we do things. Email2Matrix...

Hey! I'm not really sure, as I'm not really familiar with Exim. I'd ask in the Exim IRC channel. Please let us know if you find something out!