Marc Worrell

Results 178 comments of Marc Worrell

I have always been pondering if we should categorize modules in tabs. And also show the dependencies of the modules.

Could you maybe think of a method to organize the whole modules tab in a better way? If we are doing this then we should do it good.

Only if the module is added to the supervisor after the `init/1` has been executed and we then poll the supervisor for its presence. Note that table initialization and other...

Solution: - catch exception in `z_media_identify:guess_mime/1`; or - check if string is valid utf8; or - let z_string:to_lower/1 skip illegal characters Another solution: - Give a 400 on requests with...

I think this is mainly a 0.x problem, caused by sites starting in parallel and exhausting resources. So I will file it for the 0.68 and then afterwards patch it...

We could generate a picture tag with all these options. And then generate the needed images on demand. Just wondering if this matrix of formats and sizes isn't a bit...

I like the 10bit depth and HDR of AVIF, and the larger sizes. We are handling images of 20Kx10K pixels, which apparently don't fit in WEBP with their max 16Kx16K...

Not completely, blurhash can be used to: * Show a placeholder for lazy loaded images * Show color around the image that matches the image color The problem with blurhash...

JPEG images are now progressive, using the `interlace` option.

See also #2385 We could add the data url of the small gif to the medium, together with the blur hash code.