Benny Lichtner
Benny Lichtner
I'm having the same problem. I'd love it if my choo routes were interpreted to be relative to the directory from which the app is served (as opposed to the...
@AcidLeroy If you are comfortable putting the path prefix you deploy to in your code, I was able to get your scenario to work like so: ``` let app =...
Ahhhh, I see. Thank you. I haven't had time to verify this but it's totally plausible that the "other objects in the scene" do have spotlights. (They are GLBs, so...
Wow! Cool! You found that with very little to go on :-P Thank you!
> It's odd for us, because the loop video looks GREAT on first load and loop, but then we load a different video and then load back that loop and...
5 years later, because I still love nanohtml / nanomorph / nanocomponent (and also because this bug is really annoying in practice)... I just tested https://github.com/choojs/nanocomponent/tree/v7.0.0-beta1 and https://github.com/choojs/nanomorph/tree/v6.0.0-beta1, where the...
Cool! Thanks for this. I found uhtml through your blog just the other day and thought it looked pretty exciting, but didn't dive deep enough to find uland or understand...
FWIW I implemented fix number 1 from https://github.com/choojs/nanocomponent/issues/65#issuecomment-354624804 and that seems to work well. See: https://github.com/bennlich/nanomorph/commit/2fee5344347cb879b144f603928a03f3615e4de6 I may switch to uhtml in the future (a lot of the html template...
Hmm. In Firefox 30 I'm getting `Error: No audio sink available. Audiolet.js:6368`, and in Chrome 36.0.1985.84 beta I'm getting `Uncaught [object Object] Audiolet.js:5991`. Sounds like maybe this is a known...