Daniel Camilleri

Results 10 comments of Daniel Camilleri

As an example say I want the price of Nebl in USD but Nebl is only available as Nebl / ETH is there a way I can chain 2 exchanges...

After some additional testing, changing to pion/webrtc v2.2.26 results in the same error on the browser side however a connection is established and data channels are created and operate correctly....

This issue was solved with pull request #304. Seems it is still present when installing via pip rather than from sources

Hey kvakvs, I tried `node.send` initially and I get the same error. I believe the error is with `self.engine_.sleep(0.1)` called within node.py. I tried commenting it but it just loops...

Here is the minimal example. 2 files: a receiver that is a registered process that prints all messages it receives and a sender which sends a message to the receiver...

Hey @kvakvs great explanation. For now I believe I can make do with an erlang node that acts as a router in between pyrlang nodes since I can send and...

I have observed the same issue when using this plugin within docker running Ubuntu 18.04 and unity install location /opt/Unity It seems that previous to and including 2019.1.14 the plugin...

After further investigation it seems like this is an option that is only available when using NodeJS as the javascript interpreter. This is the npm package in was using: https://www.npmjs.com/package/ws...

I have seen the same behaviour with setExternal. I tried the following: ``` yarp_image = yarp.ImageRgb() image_bytes = data.astype(dtype=np.uint8).tobytes() #Convert each byte into a character and join. Using map to...