Tim Fish

Results 64 issues of Tim Fish

Described here: https://github.com/getsentry/sentry-javascript/pull/11718#issuecomment-2133432807 I didn't want to use the word `integrity` since for me at least, it reminds me of Subresource Integrity hashes and this is nothing like that. It's...

### Acknowledgements - [X] I read the documentation and searched existing issues to avoid duplicates - [X] I am reporting a confirmed bug (not seek debugging help) - [X] I...

bug
pr welcome

Node has added `process.getBuiltinModule(id)` to allow synchronous loading of built-in modules: https://github.com/nodejs/node/pull/52762 The idea is that library authors will now more easily be able to create cross runtime libraries that...

feature-request

To have yarn v4 work with Volta I had to: ``` > npm install -g corepack > corepack enable --install-directory ~/.volta/bin ```