Sam Roberts

Results 131 comments of Sam Roberts

@phillipj should be easy to test, open a PR against node, trigger a lite ci. People might not notice failure, and if they do, might not know (or bother) to...

So, twice today when going to ci.nodejs.org, I've been bounced to a github page saying that jenkins has been doing excessive auth requests, and do I really want to allow...

I'm also interested in module support. Why did you choose such a radical rearrangement of the source over the simpler setup from https://research.swtch.com/vgo-module that is basically what is already used,...

@sambadevi Doesn't removing the `v2/` sub-directory break every existing dependant of this module who is using it from GOPATH with `import getopt "github.com/pborman/getopt/v2"`?

I don't think breaking all existing users of a package unnecessarily is the way to transition to modules. The go authors take backwards compatibility and orderly transition pretty seriously, I...

I don't recall that, I don't object, but the supervisor already supports this via cluster rolling restart with a new environment. Would it be just the dashboard, or appmetrics as...

Could you include the full stack trace? Also, what version(s) of socketio do you have installed? `npm ls socket.io` will tell you (actually, the entire `npm ls` dependency tree output...

@aydonat No, you requested an entire new feature! If that feature existed, your suggestion would make sense, but you'd have to request and get that new feature triaged against other...

Most users won't have compiler tools, so it won't build /cc @rnchamberlain, who knows about this, but just so he can observe the effect. apiconnect also strips all optional dependencies...

Btw, the reason apiconnect strips them, is because it shrinkwraps, and shrinkwrap-specified dependencies are not optional, they *must* succeed during install, and since compiled deps often don't and are made...