Pelle Wessman

Results 766 comments of Pelle Wessman

@elsmr Did you get a chance to look at this?

I'll send a ping in our internal Slack @filippog, we're almost 300 members in our GitHub organization, although only a few of us has made ourselves public (GitHub thankfully leaves...

Thanks! I'll investigate 🙏 I would also suggest setting your GH Actions to use `lts/*` as their version, that way you will not be caught out right away on new...

@patricklafrance Are you sure this isn't caused by a combination of the new workspace support in `installed-check` as well as the new peer dependency checks? I added node 22 to...

Are the “errors” that installed-check points out here valid or invalid errors? Hard to know whether the error is in the old case or in the new version – it’s...

I wonder if it’s similar to #97, which also complains of new “errors”

I created a CLI for this: https://github.com/voxpelli/pretty-ts-errors-cli In addition to pretty printing directly in the terminal it also contains an option to generate markdown, so that one can easily copy...

Or maybe move to undici?

On the issue of `var`, `let` and `const` the answer would be `let` – it allows the assigning of the value later on just like `var` does (but be improved...

Just adding PR here for reference: https://github.com/voxpelli/node-micropub-express/pull/12 I agree that a media endpoint should be supported in some way. Unfortunately I'm short of time at the moment. If someone else...