Jordon Bedwell
Jordon Bedwell
At this point I don’t know if less suddenly stopped working I’ll have to look at it this weekend when I’m not working and see what’s up and if I...
I'm gonna try to take a look at this during this weekend. I don't know that I can but I will try my hardest because this is a regression, so...
Hmmm... I would have left a note to myself in my internal logs as to why, so I’ll check. I’ve still not had any time to look at any issues...
SourceMaps are undergoing a major rewrite for 4.0, thanks for the report, I'll make sure to check this out when I'm back in there working on 4.0.
This is definitely a pretty severe bug, I thought this was fixed, I'll double check.
I'll be coming back to Jekyll Assets soon to cut a 4x release with more performance improvements, so I'll make sure to take a look. Sorry about not getting to...
I'd be surprised if that code works reliably, since Jekyll-Asset's is fully asynchronous, so relying on Jekyll to determine when Jekyll-Assets has completed is gonna race sometime, especially if you...
Oh wow, I didn't even see this ticket. Sorry about not responding...
There isn't, it's a bug in my source https://github.com/envygeeks/jekyll-assets/blob/498efc39896813c51045f1531fe1ab2e51a55827/lib/jekyll/assets/drop.rb#L19-L20 Should really have `key: "width"`, because that `rb_delegate` from `Forwardable::Extended` will use `:width` as the key, and it should always return...
I will use that to see if I can trace out a case for the sometimes nil, sometimes not. As for the fixing of the key, I'll update that in...