Zsolt Ero

Results 297 comments of Zsolt Ero

Yes, it seems Ubuntu 22 is one of the supported platforms. I don't yet understand what would using QUIC add to this project though. Feel free to play with it...

In the next weeks, I'll enable Cloudflare CDN for the public instance, so that automatically adds HTTP/3 for all users. For self-hosting though, it might still make sense to add...

I see, thanks. I've settled on stylex in the meanwhile, but good to know if there is a fix.

But with any recent Webpack setup (like recent create-react-app), basically there is no need to specify anything, right? You just import `socket.io-client` and everything will be set. So the whole...

I did some digging into responsive images, it works really well in the current version! I opened a bug report related to duplicate / identical files being generated with different...

Also, from the linked Gatsby page, they only use screen size based brake-points for full-width images, which makes a lot of sense. For non-full-width images, why are we doing any...

@ascorbic You are right that it should not hardcoded filename patters. Yesterday, I dig into it and realized a very minimal, simple rehype plugin can do this task properly, no...

@ascorbic I'd be happy to start contributing to this PR. What is the best way to connect? Discord #contribute channel?

OK, my proposal is as simple as accepting node.properties.devicePixelRatio on Markdown images and on Image tags, based on what I wrote before.

Yes, that's exactly what I did as well. Basically I manage the whole selected state myself, instead of using the built-in one. On Wed, 29 May 2024 at 14:59, Pancham...