broksonic21

Results 38 issues of broksonic21

I am not sure if nodejs/build is the right place to file, so feel free to move When trying to download a nodejs version, we usually are very fast. We...

Thanks for a useful cache approach! thoughts on impact of nx’s change to deprecate custom runners here? Will this stay working? https://github.com/nrwl/nx/pull/28253

We are setting volta-cli/action like this: ``` - name: install volta uses: volta-cli/action@v4 with: registry-url: "https://npm.pkg.github.com/" ``` which is creating a temporary user npmrc (As seen by `npm config list`...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Package ecosystem npm ### Package manager version npm 11.4.2 ### Language version node...

T: bug 🐞
L: javascript

### Describe the problem as clearly as you can Right now, when a gem is yanked, if you have it locally or cached, you can still install it without warning....

Bundler

### Describe the problem as clearly as you can I can't quite repro this, but a few folks have run into it on bundler 2.6.2 on our team We added...

Bundler

### Describe the problem as clearly as you can In this doc, it's mentioned that one should call normalize-lock before add-checksums. [https://bundler.io/blog/2024/12/19/bundler-v2-6.html#:~:text=Should%20I%20take%20any%20other%20steps%20before%20enabling%20this%20feature%3F](https://bundler.io/blog/2024/12/19/bundler-v2-6.html#:~:text=Should%20I%20take%20any%20other%20steps%20before%20enabling%20this%20feature%3F) Which works great. However, if a gem in...

Bundler

**Description:** When running actions/stale (on Node 24), we get these: ``` (node:1868) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to...

bug