You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, this is a fantastic little tool I just found! Thanks for creating this!
I've already completed the first day and manually submitted the answers and only then installed this tool. But now I don't know how to get the local cache to be in sync with what's already submitted to the server. I'm not able to submit an already submitted answer. Any ideas on how to get this in sync?
The text was updated successfully, but these errors were encountered:
daxhuiberts
changed the title
Sync with AoC server
Sync with what's already submitted to the AoC server
Dec 1, 2021
So aocf has an internal state machine, which tracks the status of each problem locally, without any syncing. Once it receives a successful response from the server the state is updated.
You could edit the day caches under .aocf manually to update the reporting, is one option.
The Aoc type has an advance method, which is not broken out into the CLI. I guess that could be a useful thing to have, based on this issue.
But syncing would be a very useful feature to have, too. The state machine approach is clearly quite fallible, and it is entirely possible that it could get out of sync.
First of all, this is a fantastic little tool I just found! Thanks for creating this!
I've already completed the first day and manually submitted the answers and only then installed this tool. But now I don't know how to get the local cache to be in sync with what's already submitted to the server. I'm not able to submit an already submitted answer. Any ideas on how to get this in sync?
The text was updated successfully, but these errors were encountered: