Geoffrey Booth

Results 623 comments of Geoffrey Booth

> I think it would be good to try to get feedback by each group about the individual status of these. I think a separate issue with experimental features by...

This thread is going to become unmanageable if we discuss specific APIs here. Can we get a new issue for async hooks?

> Maybe we should create a new repo for this? And we PR the evaluation as documents that can be easily looked up by posterity? This is a great idea....

Not sure if there's already a place for this, but it would be good to categorize somewhere whether we feel that Node would likely want to implement a particular proposal....

As a workaround, I replaced `.xo-config.json` with this `.xo-config.cjs`: ```cjs const eslintPluginSvelte = require('eslint-plugin-svelte'); /** @type {import('xo').Options} */ const config = { extensions: ['svelte'], plugins: ['svelte'], overrides: [ { files:...

Update: There’s an issue with the workaround, in that it doesn’t work with https://github.com/xojs/vscode-linter-xo, the xo extension for Visual Studio Code. As of today, VS Code runs Node.js 20.18.1 internally,...

Thanks so much for your work on this library. I dug through the code to try to find a fix to propose but I came up empty. I don’t use...

> Also note that the editor extension accepts a path to a nodejs binary as an option so you can run xo with your node version and not the default...

This is a great addition, thank you for doing this! A few things come to mind reading the documentation: - How can the matching be customized? For example, to match...

Can you please show the before and after?