Jack Lee
Jack Lee
I am developing an animation library for Luxe which would very much benefit from skew capabilities. Is skew functionality on the table for future updates?
store.set() should support the functional form, as per https://reactjs.org/docs/hooks-reference.html#functional-updates, in order update the state based on an instruction, instead of the current value (which may be out of date in...
I am using this with Bootstrap 4, and I cannot use the arrow keys to select item. Is there supposed to be support for selecting items in the autocomplete list...
I'm still using Flump quite a lot across various languages and rendering engines, with my custom built runtimes. I find the simple format you devised very adaptable and it makes...
I would love to be able to use Flump with the huge variety of Spine runtimes. Has there been any discussion about exporting from Flump to the Spine JSON format?...
When Flump can't find the assets isn't giving me a proper error, it is instead throwing this runtime error. TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::IOErrorEvent@1276ed281 to Error....
The dialogs are no longer working with the current version of iOS 8.
Today I received a VSCode update, and now the error and success icons are no longer reflective of the test outcomes. I think it was the VSCode update that has...
I would really like support for the Gamepad API https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API. Also, great library!!
P5.js would be an ideal library to use with netplay.js, but it creates it's own canvas element. https://github.com/processing/p5.js/issues/1477 Could you allow passing an existing canvas element into the Game constructor?