Matthew Dapena-Tretter

Results 115 comments of Matthew Dapena-Tretter

Sorry, I'm not sure I'm getting the scenario. Do you want to just have a rotated version of an image that a user uploaded? If that's the case, you can...

I see. If you save the original image with a new name, IK3 will automatically generate the new versions from the updated source.

Hm. PIL is kind of a special case: we can't just add it to the dependencies because technically it isn't a requirement (you can also use Pillow). I think we...

I would've assumed a blank line, but I could see how some people might expect that to be a new comment. Another option would be to check indentation: ``` //...

Sorry, I've been super busy lately but this is definitely still on my radar. (Maybe I write more detailed TODOs than most though.)

I needed this option today. Ended up just vendoring this branch 😢

Thanks for the suggestions, but my actual use case is to use ProvidesPlugin (not DefinePlugin) so I don't think that would work.

Wow, thanks for the tip @jjuutila! It seems like this mostly works because the CSS parser is able to handle most SCSS syntax. But those inline comments break it (specifically,...