Justin Walsh
Justin Walsh
It's not that we are getting horrible results with the current implementation (it does take a while to pack). It is that we are currently generating fifteen 2048 x 2048...
I've run into this issue in flash before when attempting to position MovieClips that have a stroke applied. The fun part is that when you ask the Sprite/MovieClip for it's...
You would probably want to start your quest here: [LibraryLoader.creatorFactory](https://github.com/threerings/flump/blob/30bfdd65793147d0d3a1d395f4e55d0ad5300029/runtime/src/main/as/flump/display/LibraryLoader.as#L171) It looks like you could easily override this property to return a custom implementation of the `CreatorFactory` that returns your...
Yeah, that is what I am headed toward too. If each extension or component exists seperate, then you can make a VS Code "PowerPack" that just installs all the extensions...
This solved the alignment problem for me: ```js const CaretRightIcon = ({ ...props }) => ; const CaretDownIcon = ({ ...props }) => ; ```
I thought I didn't do anything special but just checked out my demo project and I am using Expo SDK > 42 and used EAS to build a custom Expo...
Amazing! Thanks for all your hard work!
https://github.com/ncsoft/Unreal.js/issues/266
https://github.com/ncsoft/Unreal.js-core/issues/53#issuecomment-596613570
If you are getting past the compile step but failing to load modules, I am at a loss. As after I compile and enable the plugin I was good. Haven't...