Ryan Carbotte
Ryan Carbotte
It appears as though your Monday AM value of 82 is the root cause of the issue here. **Some necessary context:** The sell price for any period is your Sunday...
Ok, thanks for the detail here. Something I hadn't mentioned previously was _why_ we have the fudge factor in the first place. When it comes to math in computing, floating...
You can just leave the field empty.
> 2 weeks ago I reset the game and started over for the fun of it. This was the first week i could buy Turnips from Daisy Mae. So I...
Sorry, I believe I may have confused you. The snippet of code I showed is from the video game itself; it is not code in this application. We have no...
What I meant in my original comment was that the global flag is part of the game code, not part of this web app's code. We have no control over...
DigitalDragon64 provided the correct answer. Closing this.
When newing an instance of `Client` you need to pass in hydrated models that implement `ShopBaseInfo` and `ShopAccessInfo` contracts. Client will use those models to grab your auth token &...
I think if we were to introduce support for Private apps, I'd prefer to see the authentication method be a little bit more prescribed rather than require the user to...