Eric Anderson

Results 52 comments of Eric Anderson

> Some of these are test only like karma & mocha. We should be ok without exact versions right? Sure, but would it not be simpler to lock them all?...

I saw this happen after naming a JavaScript variable `θ`.

Sharing my experience in case it helps. I first based my Docker image on `node:alpine`, but I got the reported Segmentation Fault. I was able to get `wrtc` working successfully...

It is true this was a feature of early versions of the emulator. It was a source of confusion for users, and at the time its value wasn't clear, but...

@sriharim25 In your emulator log, near the top, do you see an entry that states ngrok was started, or failed to start?

What version of ngrok do you have installed? Versions older than 2.1.18 are known to be incompatible with the emulator.

@sumitdobhal It looks like you're trying to connect to a bot running remotely, but not running the `ngrok` tunneling software. In the emulator App Settings, do you have your path...

@i-emre Thanks for adding your use case here. You are correct, this is a limitation in the current emulator. We have two changes planned that I believe will cover this...

Hand tracking is a concept unknown to the MRE SDK. Can you elaborate?

Excellent sleuthing! It looks like that conditional needs an additional check to let the transform through if it's attached and it's coming from the attachment owner. Then, the transform should...