Hurricane Hamilton
Hurricane Hamilton
+1 for ability to request the full option chain, if the ib api supports this
@sblackstone Thats for the suggestion! Would you accept a PR removing the asserts that @tomercagan was talking about in `.../lib/contract/option.js` ? ``` assert(_.isString(expiry), 'Expiry must be a string.'); assert(_.isNumber(strike), 'Strike...
Not sure if this is still an issue for you, but the whole "3-legged" thing is just on Twitter's side. `getOAuthRequestToken` is still the way to get user authorization.
Not sure that I agree with the fix suggested here, but this library does need the ability to deal with streamed responses over a long lived connection. +1 eg: Twitter...
After taking a longer peek at the source, it looks like omitting a callback makes `_performSecureRequest` return the node request object, which you can then treat any way you want.
@ciaranj Would you accept a PR that contained a new example of how to interact with Twitter's streaming API?
I can also confirm that this happens on zmq v4.1.5 using node v6.3.1 I think that expected behavior would be that the program would crash after the error is thrown,...
@rgbkrk Thanks for the info! Regarding my assumption that errors thrown from the `message` event handler should bubble up normally and halt execution: It looks like we intentionally prevent this...
PR here: https://github.com/JustinTulloss/zeromq.node/pull/575
Have you found any profiling tools that work in node 0.12? I last looked a month or two ago and couldn't find any that seemed stable. If I remember, the...