Matt Broadstone

Results 210 comments of Matt Broadstone

@noodlefrenzy maybe we should look into: https://nodejs.org/api/net.html#net_socket_destroy, for error cases

@noodlefrenzy this sounds like the handles aren't being reused, I can't recall if that made it in your last set of changes. Did it?

Hey it looks like this is a bug with our `deepMerge` implementation, but it also seems to work if you just flip the order of the merged objects: ``` const...

yup totally :) give me a minute maybe I can solve this quickly. Another temporary alternative is that the `Policy` class itself takes overrides as its first argument, so you...

@torgeir oh how I desperately wish to update the codebase to es6... that's sort of on the docket for a v4, but for now we have to deal with all...

@jacoscaz any further information on this? I'd like to close the issue if it's no longer a problem.

This is currently not possible with the way we define properties on composite types. An alternatively proposed solution would be to have `get`/`set` methods on the type's prototype (a la...

reminder: https://github.com/noodlefrenzy/node-amqp10/blob/master/lib/types/message.js#L175

@buzzfrog that seems weird, are you running it through some kind of linter? Where does the error originate from?

@noodlefrenzy hmm https://github.com/tessel/runtime/issues/682 Looks like they are focusing more on Tessel 2? This is truly unfortunate..