Sophie McCarrell
Sophie McCarrell
You have written "import PIXI from 'pixi.js", but when I attempted to work with pixi in ES6 I had to "import \* as PIXI from 'pixi.js'" Not a big deal,...
bindonce works by first specifying what object you are doing your bind-once operations on. For example you specifying bind="myobject", then later use bo-text="myobject.name" My issue is that I have two...
Hey, so another person created a fork that did this, and I merely rebased the changes so it was up to date and got it working. The code creates a...
Why can't I simply provide the configurations in the code? Don't assume you know how to architect code better than your clients.
When i attempt to add an HTML block in your demo I get this error. I was hoping to potentially write custom reactjs components with my editor, so I was...
I took the expo starter app and added my own stateless component to the router and pushed it. When I do, I get the warning "Warning: Stateless function components cannot...
How many bytes are being processed per "data" event? Id recommend using the same interface as node streams: https://nodejs.org/api/stream.html#stream_implementing_a_readable_stream