Pelle Wessman

Results 211 issues of Pelle Wessman

Added a report to the node project about a regression in node `18.17.0` in regards to using `chai.should()` together with `node:test`: https://github.com/nodejs/node/issues/48918 This is something I started to do very...

`@dagrejs/dagre` exposes eg. `Graph`, `Node` types while `@dagrejs/graphlib` doesn't, but it's not clear how to use these to provide extended values on a node in the graph. The node is...

As the maintainers of [`eslint-config-standard-with-typescript`](https://github.com/standard/eslint-config-standard-with-typescript) has no intent on maintaining `ts-standard` I think the best strategy would be to deprecate this package and recommend people to use `eslint-config-standard-with-typescript` directly instead.

The [`knip`](https://github.com/webpro/knip) module by @webpro is a way more comprehensive and powerful approach to this module and is created for the modern JS ecosystem of today whereas this module comes...

Me and @bcomnes (mostly him) are maintaining an up to date fork of `npm-run-all` over at: https://www.npmjs.com/package/npm-run-all2 (And yes, I did notice this through your new @stackaid profile, https://www.stackaid.us/github/nhoizey, but...

To get a proper GitHub Actions Bot annotation to a commit one should set the `user.name` and `user.email` to: ```bash git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" ``` There...

The modules github repo has been archived: https://github.com/datalanche/node-pg-format

This PR builds on #323 by @mmorel-35 but with two changes: 1. It adds a new `cache-invalidate-after-days` option that defaults to 120 days and which sets a rollable prefix between...

Spurred by https://github.com/prusa3d/libbgcode/issues/24 I wanted to open an issue here and notify you that the change from AGPL to BSD 4-clause unfortunately introduced an incompatibility with GPL-code, as outlined by...

Through eg https://github.com/f/omelette