Josh Stuible
Josh Stuible
I personally have begun using this project to cache Base64 Encoded image renders. I've found it really begins to slow down around the 100mb mark, especially when each entry is...
Just to follow up, I decided that this was a very bad idea and was not performant at all. When you approach 50mb, performance is noticeably effected. The easy workaround...
Thanks reply, I appreciate it! I have a relatively complex project that displays this error but I almost feel bad making you look through it's code base: https://github.com/stuible/Image-Snafu/tree/WahWahErrorOnBuild The Javascript...
Would love this as well!
Any updates on this feature request? This is absolutely essential for modern web development, IMO.
I've come up with a interim solution for statically generated Nuxt sites. It's kind of terrible but it does work (Isn't this always the case?). I require a node library...
I also require this feature in order to be able to use contain
I am also running into this issue on Node 14. I am not able to upgrade to 16 at this time because doing so appears to break sass compatibility.
I second this issue, no matter what settings I change, the images that are scaled are very blurry even when viewed at their native resolution.
I also believe I am encountering this bug. I have a series of videos setup like so: ```ts {videoArray.map((x) => ( ))} ``` When I render it without a CameraMotionBlur...