personalnadir
personalnadir
Thanks for the link and the inline instruction, both very useful. A brute force approach might be to evaluate ```getfenv(0)==getfenv(1)``` after each function call. I'm assuming that only ```setfenv``` changes...
It turns out the issue was that e-mail authentication was not enabled on the Firebase console. That sounds daft, but it was not mentioned in the authentication start guide or...
@Longshoez I had a similar issue. It seems that changes to the theme prop do not cause the component to refresh. Manually refreshing the app caused changes to the theme...
Seeing the same here. React Native’s Image works fine, but FastImage does not.
I have a 2018 MacBookPro and when using three TextureResource Canvases am getting a hard crash that shuts my mac down. Drawing to one is fine, but drawing to a...
@ggcrunchy can do, how do I go about doing that? I tried running the template iphone project, but it can't find Lua. Wasn't sure if I need to run iphone...
@ggcrunchy I have the simulator running and the example above is actually slightly worse (more image corruption on the 2nd and 3rd save calls) than the release simulator. Any changes...
I had a quick look 1. fDefaultFBO was always 0 on my machine 2. I assume this is done by Viewing the the memory of fData? In that case the...
Actually I tried 3 and neither the glFlush() and / or glFinish() at the beginning or end of Execute seemed to make any difference.
Junk.png looks like a valid png (to my untrained eye) when I view the hex, but once it gets into the image data it's just the same hex pattern repeating...