Pelle Wessman

Results 711 comments of Pelle Wessman
trafficstars

Somewhat related proposal: https://github.com/microsoft/vscode/issues/224581

Seeing this same issue in my projects

Would be great! I'm hoping to get some time to dedicate to these projects (and especially to fixing my blog) soon!

Ping @mightyiam @feross @rostislav-simonik @LinusU @theoludwig, what's are your thoughts on deprecating this package?

I do something similar in my config for [types-in-js](https://github.com/voxpelli/types-in-js) workflows, that skips the documentation aspect of jsdoc: https://github.com/voxpelli/eslint-config/blob/main/base-configs/jsdoc.js ```js jsdoc.configs['flat/recommended-typescript-flavor'], { name: '@voxpelli/jsdoc', rules: { 'jsdoc/check-types': 'off', 'jsdoc/require-jsdoc': 'off', 'jsdoc/require-param-description':...

neostandard is indeed like eslint-config-standard, but using ESLint 9 and Flat Config from the ground up, and more importantly: Has an open governance model Feedback and questions are welcome 🙏...

Not sure if related, but you do know `express` does not support `async` route handlers? ```js app.post('/login', async (req, res) => { ``` It will disregard whatever error or result...

If you could make a PR that adds the reproduction as a failing test here then it would be easier to look into and fix: https://github.com/voxpelli/node-connect-pg-simple/blob/main/test/integration/express.spec.js I see that right...

@BenjamenMeyer Why not the _”What are some other relatively balanced approaches?”_ section?

Seems like ender-js/Ender@b80d9d65e635a473c79daa896a15610323eb0cfa changed a lot of callbacks that ender wallet used.