greentore

Results 16 comments of greentore

It's seriously annoying that there's no straightforward way to keep the input colourspace intact. I think a constructor option like `keepColourspace: true` would be the best.

I investigated this issue a bit more and turns out cliffy is always parsing empty strings as arguments regardless of context. ```ts import { Command } from "jsr:@cliffy/command@^1.0.0-rc.4"; const cli...

I added threaded reply indicators inspired by element-x. Should resolve https://github.com/cinnyapp/cinny/issues/1871.

@williamkray looks like I broke it again. Thanks for the report.

I converted rem units to equivalent `toRem` calls as requested. I also considered disabling thread support in sdk, but resulting unthreaded read receipts mark all threads in the room as...

Is there a way to achieve something similar to `proxy_force_ranges on` with Traefik?

@Cocam123 try rolling back to v1.104.0 or whatever version you were using before. For me database performance issues started with v1.105.0.

This should *really* be done. I just encountered a page that spent 10(!) seconds in javascript on load because of reflows caused by reading `innerText`.

I subconsciously keep trying to use this feature. I really don't want to store sensitive data in clipboard even for a few seconds.

I ran into this issue as well. And in my case it was caused by... `as any` assertion. I have a class with methods decorated with a memo decorator and...