Jesse Bunch

Results 10 comments of Jesse Bunch

I’m dumping the rows to a JSON file (for seeding the DB later) and this transformation causes JSON columns to be returned as objects rather than a string of JSON.

Yeah, here is what I settled on to get unblocked (in case anyone else finds it helpful): ```js async function performWithTypeCastsDisabled(ctx: AppContext, fn: () => Promise) { const oldTypeCast =...

Hey Demetrius, Thanks for writing. I’m actually not maintaining AutoMin any longer since I’ve taken a position at another company. Ben Wilkins, who is cc’d on this email, might be...

Hey Chris, thanks a lot for all of this. Give me a few days to review it and if I find no issues, I'll merge.

Not currently, but I will probably add that. Would you mind submitting a feature request?

Thanks for the kind words. So, are you asking for a feature that re-writes your relative paths in your CSS to work in the AutoMin cache directory?

> what if I could define, as a parameter in the plugin tag, an output directory That's a good idea. I'll get it in the next version. The key thing...

Thanks for this. I'll take a look in the next few days and get back to you.

I realize this is super old, but for anyone coming across this in the future, `grunt-contrib-sass` passes options directly through so you can just specify `"default-encoding": "UTF-8"` in your grunt...