Connor Peet

Results 293 comments of Connor Peet

Since this issue was created, we revamped how the CLI connects to the tunneling service. It should be much more stable and predicable now. Please try updating to the latest...

I don't hit this; if I write something like ``` const { Etcd3 } = require('./'); const etcd = new Etcd3({ hosts: ['127.0.0.1:3464'] }); // nothing is on this port...

For (a) and (b), you can use the `lease.grant()` method on the lease. This'll return the Id of the lease once the grant goes through. I'm not clear what you're...

Thanks for the kind words :) I'd be happy to accept any PRs for this. This hasn't been a super high priority for me, but I recognize that being able...

I looked into this a bit more this weekend, and documenting here half for myself when I pick this up again. [`grpc-web`](https://github.com/grpc/grpc-web) is the complement to `grpc-js` that works on...

Thanks for the hint on the context menu, I didn't know that was there. The implementation of launch.json configurations are pulled from static sections of the package.json, but the underyling...

👍 would love to see this. In VS Code we cannot import submodules, so I republished a version with this fix for now.

It'd be fantastic to get this PR in, even without the other Capture* functions!

Would it be possible to get this merged?

Missing 'features' include: - [`eventNames`](https://nodejs.org/api/events.html#events_emitter_eventnames) - [`getMaxListeners`](https://nodejs.org/api/events.html#events_emitter_getmaxlisteners) - [`prependListener`](https://nodejs.org/api/events.html#events_emitter_prependlistener_eventname_listener) - [`prependOnceListener`](https://nodejs.org/api/events.html#events_emitter_prependoncelistener_eventname_listener) It also does not include m/any bug fixes or optimizations applied to the events module since the last big...