KnifeFed

Results 21 comments of KnifeFed

That means the script either isn't installed or the `@match` rule is wrong. If you click the Violentmonkey extension and then the cog icon (Open Dashboard), do you see something...

Ok, so you do see that the script is activated on the page now when clicking the Violentmonkey button? Can you open your browser's developer tools and see if there...

Same on macOS. The line is: ```sh exec -S node --enable-source-maps --unhandled-rejections=strict --experimental-import-meta-resolve "$basedir/../eslint-interactive/bin/eslint-interactive.js" "$@" ``` ```sh $ exec -S exec: -S: unknown option ``` Does this only work on...

@mizdra The issue in @lewis-geek's screenshot is `'-S' is not recognized as an internal or external command` when `/node_modules/.bin/eslint-interactive` is run, which is the same issue I'm having. I'm just...

> **Fix**: add this line in the beginning of your `User/settings.json` file: `"json.schemaDownload.enable": true,`. That only works for me until VSCode is restarted.

@RodrigoProjects I don't use the date picker so I don't know if it works, but if it doesn't work for you I assume it wouldn't work for me either and...

I guess this plugin is abandoned since it hasn't been updated in almost a year and https://github.com/nuxt/eslint-config is the way to go for Nuxt 3..?

Hello! I have a need for a TreeSelect with checkboxes and filtering, and so I found this issue. I have no idea if this is planned for anytime soon, but...