Nick Schonning

Results 658 comments of Nick Schonning

https://github.com/streetsidesoftware/vscode-spell-checker is an example of allowing users to enable the extension on different file types in Code. There is a difference though, since that then writes the config file to...

Didn't really go down the rabbit hole, but they have a command pallet option https://github.com/streetsidesoftware/vscode-spell-checker/blob/main/package.json#L205-L208 that then calls a function https://github.com/streetsidesoftware/vscode-spell-checker/blob/ad20c84dc04f28b2d96ff10032fdd302eba33ab6/packages/client/src/commands.ts#L375-L382 but didn't trace further

I didn't dig through the other repo very far, but I figure there might be some code to get inspiration from

https://github.com/mdn/content/pull/12316 probably needs to be addressed first, since the rules only run on a small subset right now

I'm not sure if https://github.com/DavidAnson/markdownlint/blob/main/README.md#optionscustomrules is available in the config without migrating to the the CLI2 https://github.com/DavidAnson/markdownlint-cli2#markdownlint-cli2jsonc. Reason I haven't switched to the CLI2 is the lack of a `--fix`...

Going by Gem downloads it would be https://github.com/Anthony-Gaudino/jekyll-multiple-languages-plugin The only possible problem with the Polyglot one, might be how it overrides the build https://github.com/untra/polyglot#how-it-works

Maybe https://pypi.org/project/json_tricks/

Might be good to create a CI job (or jobs) that would pull down and run the dependent projects to look for regressions. Don't think it would need to block...

I'm not sure if you can port the blog into https://github.com/nodejs/nodejs.org/tree/main/locale/ko. I don't think any of the other localizations currently do that, but I know that some have been updating...

@taggon did you want to try and port over the content and/or continue doing the blog translation on the nodejs.org repo?