Colin de Roos

Results 30 comments of Colin de Roos

If you emit an `error` event in the handler, this will cause an infinite loop. Actually throwing the `PluginError` works perfectly: ```js gulpSass.logError = function logError(error) { throw new PluginError('sass',...

Sadly not, I need a different configuration for .mdx files (specifically: disabling the forbidden html tag rule)

Yes, I have a mdx only config and passing that using the `--config` option, but I can't make it "inherit" the default .md config.

Ah, that makes my case possible. I still think it would be convenient to not have to pass the specific config for every extension, but this works. Thank you!

Looking into `libicui18n` it seems I have version `71.1` installed, which seems weird, because the error message claims an include from `libicui18n.so.70` is failing. It seems I don't have that...

Great! I don't think it's always caused by sites starting in parallel, though. Sometimes there's confusion when adding new modules or it doesn't start for external reasons/misconfiguration.

I would like to see `failing` variations for other optics too! However, instead of coming up with clever name variations, maybe we can generalize it into one `gfailing` (and `igfailing`...

> can someone merge the latest changes in Done! :)

It's finished, but it depends on the tuple refactoring, so I put it on draft until that's merged