Jesse Pinho
Jesse Pinho
@avorobiov This is my favorite approach so far :) This will only work in dev, though, right? (Since `/static/js/bundle.js` doesn't have a fingerprint in the name.)
Great idea! I actually posted to [the json-schema repo](https://github.com/json-schema/json-schema/issues/172) itself, since I'm realizing the official JSON Schema draft actually doesn't specify whether the `type` keyword is required. (If it were,...
Simply resizing the canvas to `width / devicePixelRatio` is problematic for the mouse events in arborjs, though. You'll have to adjust your calculations for touch events to incorporate the particleSystem.screenSize...
Sounds good—thanks for looking into it!
@tsuyoshiwada ahh so cool! Thanks for doing this so quickly! Will take a look as soon as I can :)
Thanks @robbeman ! For future Googlers, this library is no longer being maintained (per the README), so full-fledged TypeScript support is unlikely.
Do we need both `container` and `contentWrapper` properties?
@aholachek just a heads-up that I also needed `ExitContainer` for transitions between routes where tons of parents get unmounted. Would love to have that documented!
OK, got it, thanks. I'll leave this issue here to return to after mainnet.
Good point, thanks! I may start using that in my own code in the meantime. For anyone else coming across this, note that you would have to use a custom...