Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

We could introduce an intentional delay ot `matrix-dimension.service` (the systemd service starting Dimension). We could also open an issue in the [Dimension repository](https://github.com/turt2live/matrix-dimension) and ask to change Dimension so that...

Fixed by https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2163

#2044 has been superseded by #2045 and it seems like it should land soon.

From a quick look, the Element Call docs are unclear about: - what is it? Is it just a static page? The README seems to say so. Will it always...

It's strange that a room with 6 users only was enough to yield a color collision (`#dfdfd2`). There should be a way to reserve some of that color space for...

![Screenshot_20220812_111124](https://user-images.githubusercontent.com/388669/184314673-b0d45f13-ad4d-4610-bb88-6dc6e3af8a60.png) Here's what the problem looks like visually. The window width (timeline width) is low enough, so that my own message is not pushed to the right too much. It...

`matrix-aux` is still a good way to drop any custom files onto the server, for any reason (Synapse customization or other). The new addition is very Synapse-specific, it only works...

For [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy), the problem is likely that the installation instructions for the service were a bit inaccurate, telling people to run the `setup-all,start` tags for the playbook. However, this is...

Everything is sent to the Dendrite container, https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/755a32f09cbae8b4093c21351dcd0c267a680a0c/roles/custom/matrix-nginx-proxy/templates/nginx/conf.d/matrix-dendrite.conf.j2#L27-L44 If it's giving you a 404, then it may be that these APIs are disabled in the Dendrite configuration or something.