Leonardo Saurwein

Results 7 issues of Leonardo Saurwein

optimization possible by checking the free population of the given polis

planned

Planned to implement a way to move the heroes automatically, just an Idea for now no idea on how to structure it Same for the moving of the resources

planned

Planning to automatically stop the execution of the Bot when the user interact with the browser, an interaction will be count as mouse move or click in the last 60...

planned

Breaks when can click the gratis button for a building that still require the buildings before

bug

Create a global shutdown for cases like got stucked, or errors

planned

Try to trade also with the rurals that are still locked

bug

### 👟 Reproduction steps ```python from appwrite.client import Client from appwrite.services.databases import Database client.set_endpoint("") client.set_project("") client.set_key('standard_xxx') client = Client() db = Databases(client) db.update_enum_attribute( database_id=database_id, collection_id=collection_id, key=key, elements=elements, required=True, default=None )...

bug