Vladimir Panteleev

Results 151 issues of Vladimir Panteleev

Heya, I have some custom keyboard layouts which I'd like to use with sway. I have these described in `.xkb` files. On Xorg, I compile these to `.xkm` and then...

enhancement

```console $ touch a $ dot2tex a ERROR Parse error: ^ Expected {'graph' | 'digraph'} (at char 0), (line:1, col:1) ERROR Failed to parse the input data. Is it a...

After adding libpng support to my image library, I wrote some test code which generated PNG files with all valid combinations of relevant parameters, and asked libpng to parse each...

**Describe the bug** I run my Matrix services in a VM with its memory configured like this: ![image](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/160894/77848ec4-73e3-43a5-90bd-2e133ce07d3b) This allows to vary the amount of memory available to the guest...

Messages with `"msgtype": "m.image"` are sent to IRC with an URL such as `https://matrix.example.com/_matrix/media/r0/download/matrix.org/xxxxxxxxxxxxxxxxxxxxxxxx/image.png`. However, Synapse serves these endpoints with `Content-Disposition: attachment; filename=image.png`. This instructs web browsers to offer to...