Pelle Wessman

Results 211 issues of Pelle Wessman

As MIT still require attribution, by preserving the license statement, it isn't the most permissible license possible, hence why 0BSD and MIT-0 licenses have arisen, for those who want to...

Good module, great for libraries as you write in the README. Would you be okay with supporting yarn as well?

Fixes #116 and also fixes failing tests in the `standard` repo, see: https://github.com/standard/standard/pull/1703 Basically the installed `canvas` version doesn't compile on Node 16 and it is used by `svg2img`, which...

The [`eslint-plugin-n`](https://www.npmjs.com/package/eslint-plugin-n) is a maintained fork of `eslint-plugin-node` and one we moved to in `standard` when we updated to ESLint 8.x I noticed you haven't, so opening this as a...

enhancement

Just adding here to keep track of this request. I may perhaps be able to contribute this eventually. Been wanting to make a VS Code extension for some time. Links:...

As a follow up to #154 I talked with @snarfed on IRC about the possibility of forcing the strict discovery of original posts that are mentioned in there. This would...

backfeed

### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...

#269 brought to my attention that #65 changed the `JsonObject` so that all keys are marked as optional. Before TypeScript 4.4 a `{ foo?: string}` and a `{ foo?: string|undefined...

enhancement
help wanted

I needed to find out what keys that are assignable and remove all keys but those, but found no way in `type-fest` or stock `typescript`, but did stumble upon [this...

help wanted
type addition

### What is it? This adds a new placeholder, `{%}`, which unfolds into multiple tasks – one for each input argument. The unfolded tasks gets assigned `{1}`, `{2}` etc instead...