Josh Hubbard
Josh Hubbard
I'd agree with you. No need to really support this when SvelteKit is the future.
This is old but if you navigate into Nib-Decompiler/NibDecompiler.xcodeproj you'll see a project.pbxproj file. If you open it with a text editor like vim or atom you'll see where the...
ERC721A is a gas optimized ERC721 implementation originally created by Azuki to minimize batch minting costs. https://www.erc721a.org/ It's a fully compliant ERC721, it's just optimized a little differently than the...
ERC721A is functionally the same as ERC721A but with a batch mint that uses roughly the same amount of gas as a singular mint. It would make the most sense...
The solution to this is posted [here](https://forums.expo.io/t/v43-0-0-expo-app-using-tunnel-cant-find-variable-self/2039/6 ). I found it after a lot of searching. I'll fix it and put in the pull request in a few. Until it's...
Thank you for the detailed PR! I'll take a closer look at it this weekend and hopefully get a fix put in.
Hey, not sure if you're still having issues with this. Sorry. I just looped over your first example and it was fixed by doing. I think the main issue with...
Hey guys, sorry for not getting back sooner. Thank you both for bringing this my attention. In the process of fixing both issues. I'm looking into the SSR issues as...