Armen
Armen
was this ever implemented?
Whats the latest on this issue?
Hi - literally just copy pasted the demo. I tried with localhost too ``` var blpapi = require('blpapi'); var session = new blpapi.Session({ host: '127.0.0.1', port: 8194 }); session.on('SessionStarted', function(m)...
I do see some warnings when im installing.. not sure they are relevant? ` c:\other\commentary-sentiment\node_modules\blpapi>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" configure build ) else (node "" configure build )...
Thanks @mebibou for the fork. Im gonna give it a shot as also having this issue. can you provide a little usage example in the readme?
Thanks Jeremy - the component wasn’t accepting style props so I ended having to use a css selector for all the children Of the parent div. still couldn’t wrap my...