Tad Hunt

Results 7 comments of Tad Hunt

@darioleanbit's changes didn't fix the issue for me. Turns out that I'm getting inbound email requests with headers but an entirely empty body, so the crash is happening at the...

I fixed sign edit on my fork Oct 20, but haven't had a chance to contribute it back. If you want to try my version it's here: https://github.com/tadhunt/RealEstate/releases. I also...

I've just added a PR which implements the most basic version of joining a running game possible. It doesn't attempt to be fair about late joining players getting rewards, or...

I won't have time to look into this until sometime in January, but from the stacktrace it looks like the root cause of the issue is that it failed to...

Regarding refactoring, I can't commit to that as I don't really understand this code and am worried about breaking it in some non-obvious way. Re: requests above, I didn't see...

Here's my version which is based on on @w0nche0l's version, but extended to handle updates when the firebase ui decides to update the elements itself. Examples include hitting the cancel...