Ido Kleinman

Results 20 comments of Ido Kleinman

Justin, our Windows dev pro, will post some more insight and info here

> Indeed this is just the aggregated number. The whole QuoteReport entry seems to be referencing to the entire quote vs specific sources. The only point where there's a per-source...

@zhehao-0x , well officially my team (Liquidity integration) is the owner of the /swap endpoint which includes the mentioned code paths. However chatting with @dekz to further understand the complexities...

+1 getting the warning as well culprit is line 71 in ModalFactory: `var node = this.refs[ref].getDOMNode();`

oh, carthage seems to pull the wrong commit because of the git tag label. Let me see if I can fix that quickly

Oh, glad to hear it works now. Carthage does seem to have sensitivity to tag names in `Cartfile`, I'll check if that applies in the general case and try to...

@JSchaenzle I tried reproducing this and could not - I was able to call a function on the photon device after being subscribed to an event stream without any issue....

For reference / other users, posting the C photon firmware code I used to test this issue: ``` int LED = D7; int testVariable=64; int testFunction(String command) { for (int...