Lilith River

Results 256 comments of Lilith River

No, I haven't done any debugging yet.

You don't absolutely need it for CSS background images - [media queries can help you there](http://mobile.smashingmagazine.com/2013/07/22/simple-responsive-images-with-css-backgrounds/), although duplicate requests vary by browser. I'm not sure a js implementation could prevent...

Yes, we've refactored to make this possible as a plugin. It can't support the downlevel browsers we support, but it would be welcome as slimmage.background.js or the like within this...

First we need to [fix the existing problems](https://github.com/imazen/slimmage/issues/58). Then we can address this PR by adding associated tests for the new functionality.

Slimmage.js tries to do a very difficult thing. 99% of possible techniques fail on at least 1 crucial browser. This is not a space where I can merge pull requests...

I had to read this through twice to figure out what was going on. I'd suggest implementing a .Copy() method and letting users track configurations via variables instead. Otherwise we're...

I suppose, given that [srcset x selectors](http://caniuse.com/#feat=srcset) are the only widely supported feature, apply YAGNI and create a helper for specifically that use case. It's not mobile friendly, but it...

I think my issue is another side of this problem (although why it's ignoring my .gitignore and indexing my bundled files in the first place is another problem). Failing at...

I'd also like to suggest my self-hosted OSS image servers Imageflow and ImageResizer; both have the same querystring command syntax. https://docs.imageflow.io/querystring/introduction.html https://github.com/riapi/riapi https://github.com/imazen/imageflow https://github.com/imazen/imageflow-dotnet-server https://github.com/imazen/resizer

Fallible allocation for Vec has been stalled for years pending other improvements. Aligned allocation would nearly impossible to insert into Vec ergonomically. On Thu, Oct 22, 2020, 3:41 PM Anton...