nlf

Results 197 comments of nlf

@simllll can you fetch the json representing one of the packages (i.e. http://somehost/@sentry%2ftypes) and post it here? if it's not feasible to post the result in its entirety, the things...

ahh, your node binary is named "nodejs" not "node", i'll see if i can figure out a fix. a temporary workaround would be to make a symlink

for `isProd` i do something like the following typically: ```javascript const config = require('getconfig'); const isProd = config.getconfig.env === 'production'; ``` we automatically add a `getconfig` property to the returned...

i'm going to close this issue due to its age, and the appearance that the change here is not something that we want due to the change in responses

we do make efforts to invalidate the cache when a package is published, but `npm view` being unaffected while `npm install` is makes it sound like we're possibly invalidating the...

this pull request got a bit stale (our fault! sorry about that!) so i went ahead and rebuilt it as #96 and am closing this one _thank you_! for the...

:wave: greetings from the npm cli team! sorry to bring up an old issue but i'm doing research and gathering use cases for this feature on the npm side of...

as an alternative because time zones are hard, i'm also regularly available in the OpenJS Foundation slack. you can find a link on this page https://openjsf.org/collaboration/ (scroll down to the...

not extremely high priority, but it is a significant fix for any of our users that leverage a proxy. the current http agents we use for proxies do not support...