Sam Verschueren
Sam Verschueren
It would be a nice feature if we could add multiple aliases to a version. It could be added by allowing a comma separated list to the input box of...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
Hey 👋 I was looking into the behaviour of parcel watcher and noticed a difference between macOS (FSEvents) and Linux (inotify). I believe Linux is correct in this one, as...
It would be nice if it was possible to retrieve the selected file/folder in the explorer view. The use case where I want to use it for is my `vscode-yo`...
See https://github.com/nodejs/node/issues/58195 This avoids a maximum call stack size exceeded crash when the error stack is pointing to the error itself `error.stack = error`. This bug was introduced by https://github.com/nodejs/node/pull/56573.