Zach Lintz
Zach Lintz
@rrichardson If you don't care about the optional dependencies (meaning `dtrace-provider` which is what wants python, `mv`, or `moment`) then you can install with the `--no-optional` flag see https://github.com/trentm/node-bunyan#installation But...
@rrichardson Good to hear, do you mind sharing your approach for typescript for myself and others?
@codepushr I have this fixed over at https://github.com/Foo-Foo-MQ/foo-foo-mq if you are interested, hence the now closed pull request I had opened
I am starting to think not... @arobson is this something you are going to maintain, something we can help maintain, or should we be considering making a copy of this...
I have a fork that I try to keep updated on security issues https://github.com/Foo-Foo-MQ/foo-foo-mq if your are interested
Can you provide more context around your use case of why you need to do that?
This looks like a duplicate of issue #186
@acarlstein Are both sides using rabbot? or different languages?
@acarlstein you are correct. You want request() not publish() for rpc. Under the covers during connection a unique rpc queue is automatically made for you to act as the listener...
Ah yes, the old `subscribe:true` I have been there myself