silverwind

Results 1283 comments of silverwind

I think the image width issue may have been already fixed.

Does the mobile browser support change after this? Is there a updated table somewhere which mobile browsers work?

Having that count back would be awesome. I depend on it 😆.

Imho, minification is best left to be done by the consumer via their bundler (esbuild, vite, webpack, etc). If you are really nice, you could publish a minified file in...

Okay, I think at least these rgx strings should be put in minified variant into the source here, the rest can be done with a minifier on the user side.

I guess I would also prefer font weight. BTW, are there equvialent CSS classes for font-weight? The [example](https://github.com/drudru/ansi_up/blob/master/examples/theme.css) does not show any.

If color manipulation can be done cleanly, e.g. no `filter` (which causes fringe issues, but could maybe be worked around using `mix-blend-mode`), and no `opacity` (does not work on non-opaque...

For some reason, I see no difference on SGR 2 using v6.0.0: HTML rendering: Same rendering in iTerm2 (bold is disabled in my settings): Output was produced with this: ```bash...

Thanks, besides SGR2, SGR7 and SGR8 and the whole second row except SGR21 and hyperlink in the example could be improved. Maybe do it like iTerm and never output unknown...

> I suppose you can never let all plugins, which are not in the LSP organization, update and release at the same time. Thus, some must be broken. The best...