David Backeus

Results 66 comments of David Backeus
trafficstars

Also in case it helps, we ended up creating an alternative rubocop action at https://github.com/reclaim-the-stack/rubocop-action This one only runs on changed files by default. It also has a very clean...

Pardon the absence. I don't actually have time to move forward with this PR. I started it originally after seeing some job advertisement for the open food network project which...

@dhh wrote: > This doesn't solve the issue that pgsql has an upper boundary. It just pushes it out a bit further. 💯. This is potentially an interesting optimisation for...

@natematykiewicz wrote: > From what I'm seeing, gzipping can give you up to 1000x smaller files. This claim isn't helpful. Palkan reported ~3x reduction for typical hotwire payloads in my...

> Do you know what level the 2-4x compression was? Was it 1, 6, or 9? If it wasn't 9, how's 9 look? Or would 9 be too slow to...

WRT the Postgres NOTIFY size limit. This is fully handled by the [actioncable-enhanced-postgresql-adapter](https://github.com/reclaim-the-stack/actioncable-enhanced-postgresql-adapter) gem which extends Rails's built in Postgres adapter to handle large payloads via a dedicated table, adhering...

As of todays versions, both Chrome and Safari appear to be looping animated AVIF correctly, checked via the example on this site: https://codecalamity.com/animated-avif-is-finally-coming-to-firefox/ (note that it's no longer necessary to...

I believe it might be down to parameters used when encoding the image. Not my area of expertise but it's what I gather from eg. https://github.com/AOMediaCodec/libavif/pull/1204

@DarthSim We also need a configuration option for this. So far ~~5~~ 8 images in our asset database has raised this error, forcing us to add exceptions to redirect to...