Christian Betz
Christian Betz
Hello! I think the issue is a simple oversight - the default string "Not currently in a party" is set but never replaced with the party name. I think I...
@ASMfreaK for the latter, there's a pull request already: https://github.com/philadams/habitica/pull/36
Assuming you meant 'habitica dailies', because 'status' does/should not display dailies imo. The habitica website shows inactive dailies too - just greyed out. I tried to imitate this by modifiying...
@spammer23 @wraythex @madBeavis @TiMXL73 @cyphercris Can anyone of you guys tell if this issue still exists? It wouldn't be too hard to implement a functionally identical procedure into MAD I...
It will eventually. To run efficiently, the check for finding finished quests only happens if less trash cans than expected were found - that's less than one in the case...
> > Im working fine with cleanup_every_spin set to True - But sometimes the quest got solved anyway. > > Will your changes work as backup in this case and...
This is now obviously conflicting with the new AR quest mess, specifically the changes coming with #1051. I will have to reconsider this whole feature and check if the upcoming...
Reworked to check for finished quests on the initial startup, and when the quest log is unexpectedly full (`Failed getting quest but got items`). Working on recent master with updated...
@Grennith been running this myself ever since I created the PR. I guess nobody cares anymore because we didn't get another "spin 3 pokestops" quest since then. It would still...
Probably we could catch the exceptions on all the calls to the `communicator` in `madmin/routes/control.py` and then call `self._ws_server.force_disconnect(origin)`, which would also signal the worker to stop to ensure a...