Ivan Perevezentsev

Results 12 comments of Ivan Perevezentsev

Have the same problem, on my Ubuntu 16.04 it's `/usr/bin/node`

Cool! So you can reopen this issue to track that.

Agreed, compiling the library is real pain. It's super slow and requires a lot of RAM. It also crashes on Linux if the version of OpenSSL used Node differs from...

Then you should build it yourself, because it will link to the specific versions of OpenSSL and other libs.

I noticed that this crash happens in different cases for reasons not always clear. One reproducible example is when I send a message consisting only of spaces or tabs. I...

The GL context is destroyed and every GL resource has to be initialized again.

I think I found the problem, will send a pull request in a moment

I've just discovered this feature of limiting raycast by specific objects, and I experience exactly the same behavior. I have a menu with a list of items, and when I...

@RSpace does the usage of this feature impove the FPS noticeably for your case?

I researched this further and found the problem in `aframe-react` with `child-attached` and `child-detached` events. They're dispatched while (real) DOM is in the process of update. This breaks the contract...