Ethan Shumate
Ethan Shumate
I am also having this issue. Exactly as described.
> I am also having this issue, does this have something to do with locales? After looking further into it, I believe it is caused when the date entered has...
I can't seem to find the code. I initially made an issue to link to but maybe I never submitted the code fix. https://github.com/flutter/flutter/issues/80571 The issue was something compressing the...
I have the same problem but this branch doesn't seem to build. I am getting: ``` SyntaxError: src/components/twitter/Twitter.js: Unexpected token, expected , (46:13) 44 | }, 45 | inputWrapper: {...
This should be reopened. It is extremely awkward to self host if you are using a SSG framework if the contentApi must be on the same host as the website....
That's awesome, thanks! I will look more into deku. Whenever DLC compatibility is merged and I have some time I'd love to try to convert my serde code into more...
I believe that Radahns death flips multiple event flags. One that is for sure flipped is event flag 310. This project does map event flag 310 into the save file...
I believe you want to serialize the save state so that it is no longer in the binary representation. I was able to do this for my website by applying...
What language are you using? Or would a cli tool meet your needs?
@twp2000 what programming language 😂. I can compile you a library to convert save state to json. Just want to know how you would use it. It could be a...