Andreas Näsman

Results 14 comments of Andreas Näsman

This is hasn't been closed by another issue, i.e. implemented already, correct? I'm developing in a mono-repo containing multiple projects, and this feature could help simplify and unify code ignores...

For reference, [ESLint has this feature](https://eslint.org/docs/user-guide/configuring/rules#using-configuration-comments). Is this something that's already possible to do in Stylelint? I tried the one I mentioned in the comment above and a couple of...

Not sure what you mean @stof. You can enable/disable/customize ESLint rules through comments anywhere in a file. The rules also don't have to be configured in `eslintrc` beforehand, so they...

This is a missing feature that would be really nice to have! I've used the Mac version of Amethys extensively and only find myself using the Fullscreen and Wide layouts....

How come the warnings show up even though I'm not using the plugin? I don't intend to either. Shouldn't the warnings be suppressed by default, i.e. not using the plugin?

It also needs to be moved up to the `Tree` component. Having docs compatible with Vue 3 would be beneficial in cases like this. 🙂

Blocking issue for migrating from Jest/jsdom to Vitest/happy-dom. We have some form elements with uncontrolled inputs that rely on the submit event being fired.

I'm in a Typescript project using (React) MUI checkboxes where we're migrating from Jest with `jsdom` to Vitest with `happy-dom`, and we run into this same issue. Changing the `onChange`...

I can also verify like @LostNeophyte that the startup time of Neovim is considerably slowed down when using this plugin together with Treesitter and setting `show_current_context = true`. Setting `show_current_context...

Sorry @cbloss , I don't remember anymore! I should have posted a working example; I try to do it in all my comments but forgot on this one of course....