Joe Pea

Results 1899 comments of Joe Pea

For sure! The rocket:module package in Meteor is using npm to get deps and Webpack to compile stuff. Basically, we just need to work on #17 to clean up package.json...

Hi @pilwon ! ALright, so I've got react-famous working nicely in Meteor now. I'm going to start developing and will make some PRs soon. For now, check out my [branch...

I made a [PR](https://github.com/pilwon/react-famous/pull/18) to track the work. I'll be working with @adamelk on our Meteor projects using/testing/improving the setup. :)

Is it possible to change the order of React's calls to `componentWillUnmount` so that children unmount first? If not, a simple solution may be to add the following check into...

I tested the workaround in my app by doing: ``` jsx Node.prototype.famousDelete = function famousDelete() { if (this._famousNode.getParent()) this._famousNode.getParent().removeChild(this._famousNode); this._famousNode = null; } ``` before using `react-famous/Node`, and it works...

> I saw someone do it earlier with ar.js Interesting, do you have a link?

Same breakage on Babylon v6. > like host speech animations and gaze tracking. Also at least one character's jaw line gets deformed too (during idle no speech).

@theVoiceMouse WIP :). Folks over in the Babylon forums have provided some clues as to what we need to fix: https://forum.babylonjs.com/t/models-broken-when-updating-from-v4-to-v5/43758/2 At the moment I'm finishing up with: - https://github.com/aws-samples/amazon-sumerian-hosts/pull/183...

@theVoiceMouse Cool! The PR at - https://github.com/aws-samples/amazon-sumerian-hosts/pull/183 is now complete apart from the Babylon fix. Getting LexV2 onto that next would be sweet. > and OpenAI support Curious about that!...

Ok, I'm back at it! Need to get this Babylon fix settled. I don't even know exactly what the issue is. @Krxtopher and @theVoiceMouse, do you know exactly what needs...