Vincent Fretin

Results 798 comments of Vincent Fretin

You need a pre-release script to start the elasticsearch container first. This is what I do in my fork, see pull request https://github.com/jezdez-archive/dokku-elasticsearch-plugin/pull/13

I suppose it makes landingNormal unnecessary.

See #49 about the isValidNormalsAngle check.

If we merge #50 and/or #51 I will modify the paragraph again.

Currently in my project, I edit isValidNormalsAngle function to just return true. Maybe we should add an option to disable the angle check? I'd prefer we find a good fix...

There is already such an option actually! It's `landingMaxAngle: 360`. I can use `landingMaxAngle: 135` it works well enough. I can teleport on horizontal and vertical planes, but not say...

No I don't need anything new in aframe master. I was just testing a copy of this project with latest aframe master because I was testing the networked-aframe change for...

I don't know if it can be of any help, I had a similar issue in https://github.com/networked-aframe/naf-janus-adapter/pull/27 with the ssh-keygen command not producing the correct "RSA PRIVATE KEY" on Ubuntu...

pem is a dependency of budo, the live server aframe use with `npm run start:https`. pem is spawning the openssl command to generate the certificate. You need to see which...