Pavel Nedrigailov

Results 52 comments of Pavel Nedrigailov

They migrated to Github, but the Dockerfile is still vailable. I hope to see FluffyChat in playbooks. https://github.com/krille-chan/fluffychat/blob/main/Dockerfile

@joelspadin sorry for pinging you, but is it planned to finally merge this pull request or you are looking for another solution?

@bluele Still having zero length with your changes :(

AFAIK `calc()` does not require a unit. We even used it to convert `--md-` opacity variables (which are unit-less numbers between 0 and 1) into percentage values to use later...

Defining css custom properties with `@property` may provide hints to the editor, like ```css @property --md-filled-icon-button-container-color { syntax: ""; ... } ``` But I'm not sure if it will work...

Hey, I also can not reproduce it on FF 123. On FF 124 it does happen outside of the catalog (I noticed it on my local dev server of my...

I tried all three positioning options, the bug is reproducible on all of them on FF 124 (neither is reproducible on FF 123). BTW the menuPositioning select on FF works...

I have the same issue. Android 13, Element 1.5.30 installed from Play Market, account on Matrix.org

I found that it also happens on svelte-check: https://github.com/sveltejs/language-tools/issues/2363 So this is probably a problem in language-tools.

We have lots of instances of our app running on the same host, so this problem is important for us. What we're doing to work around this problem is setting...