Christopher Van Wiemeersch

Results 179 comments of Christopher Van Wiemeersch

I would recommend not standing up a separate server (at least not initially) using Firebase: (a) it'll be error-prone and expensive to handle many concurrent connections using WebSockets, and (b)...

thanks for working on this! check out @haydenjameslee's https://github.com/haydenjameslee/networked-aframe, which should help. I have a paid Firebase plan for Mozilla VR, which we could use. if there's a Heroku server...

Apologies if I'm misunderstanding here. Just wanted to confirm: since https://bugzilla.mozilla.org/show_bug.cgi?id=1428446 has been merged and shipped (woo!), this issue will be moot when PR #359 is merged? Or is there...

hi there, just checking to see the status of this PR. is there anything blocking this from getting merged, any issues that need sorting out first?

I have solved this on my own project, and oh boy it was a doozie. I will most certainly upstream a patch to phantomas.

In my testing, SlimerJS has the same issues

> We can do it through normal HTTP Request instead of waiting for a patch from Phantom I recommend just using [`request`](https://github.com/mikeal/request) to fetch the resource again. We need to...

I read the article, but what's the proposed method of doing this for phantomas?

sure thing. thanks for flagging! @dontcallmedom, et al: could you review & merge [PR #328](https://github.com/immersive-web/webvrrocks/pull/328) that redirects https://webvr.rocks to https://immersiveweb.dev/?

Was just thinking about this, and I think a good first step (or compromise) would be to introduce a basic module import system like AMD. So the ``s in the...