Julian Scheid

Results 135 comments of Julian Scheid

@fleutot set `dtrt-indent-run-after-smie` and it should work. @rrthomas when `dtrt-indent` doesn't run because SMIE is active (and `dtrt-indent-run-after-smie` is nil) there is no indication to users: `dtrt-indent-diagnosis` doesn't mention it,...

I might see if I can make time to improve this.

> but `editorconfig-apply` doesn't seem to set anything to say that it has run How about if `dtrt-indent-mode` simply ignore any settings that already have a buffer-local override? That should...

Not exactly what you asked for @orlandini but how about enabling it just before first indent? That seems even better to me than a delay. Something like this appears to...

Sorry I've let this one slip, I've been terribly busy with other things in the past few weeks. This still looks fishy to me. If I'm not mistaken, it would...

@snogge good idea, I forgot about `print-circle`, thank you. It seems like it should be exactly what is needed in my case, however I've tried just now and for some...

Looking at the code and at the skipped test cases, it seems that a lot of the complexity comes from trying to re-apply the "stack" of ANSI codes on following...

https://github.com/facebook/relay/issues/1687#issuecomment-302965908 suggests that the cache should be cleared on each mutation. It would be nice to have the ability to do something more granular, but that seems like it should...

Interesting. What do you expect to happen instead? I'm asking because without supplying the integrity hash in some way via config, you're probably better off disabling this plugin anyway. That...

If you do want to use SRI, the best workaround is probably to use an explicit `` tag with `integrity` like in the example at the top of https://webpack.js.org/configuration/externals/#externals