Maria José Solano
Maria José Solano
> Apart from the digression around the example (await). Is there anything holding up this PR? It seems like adding a continuation is what's intended/needed regardless of what the interface...
@clason note that I'm happy to continue working on this, but first we need to address https://github.com/neovim/neovim/pull/35658 and it feels like we haven't settled on what we want to do...
> I think I like this idea, but should at least log the failure. Silent failures can be very problematic, especially if the error isn't sent "up the chain". For...
> "Unify the error case so it always happens via the callback" looks more feasible, lower risk, and not a huge long-term cost. If we do this then I'll close...
Would this help/fix https://github.com/neovim/neovim/issues/24229?
I also can't seem to be able to override the global TSDK anymore...
Oh I see. These packages haven't been published to `npm` in a while 🤦♀ Could a new release happen soon? :)
@yioneko thank you! And yes I did change the global SDK in the meantime, thanks for the tip!
> [@MariaSolOs](https://github.com/MariaSolOs) Thank you for the suggestion. > > Automatically removing the needless disable comments would be helpful. > > We'll probably want to introduce a new option, rather than...
@jeddy3 after reading [the docs](https://stylelint.io/user-guide/configure/#report) further I wonder if maybe we could add an `autofix` option to `reportNeedlessDisables` (which would deviate from these `report*` properties only having `except` and `severity`...