DeltaGa

Results 4 comments of DeltaGa

Here would be a durable fix to the issue. ```python def coords(self, tag_or_id, *args): if type(tag_or_id) == str and "ctk_aa_circle_font_element" in self.gettags(tag_or_id): coords_id = self.find_withtag(tag_or_id)[0] # take the lowest id...

Here would be a durable fix to the issue. ```python def coords(self, tag_or_id, *args): if type(tag_or_id) == str and "ctk_aa_circle_font_element" in self.gettags(tag_or_id): coords_id = self.find_withtag(tag_or_id)[0] # take the lowest id...

Here would be a durable fix to the issue. ```python def coords(self, tag_or_id, *args): if type(tag_or_id) == str and "ctk_aa_circle_font_element" in self.gettags(tag_or_id): coords_id = self.find_withtag(tag_or_id)[0] # take the lowest id...

I used to set it to the number of threads on my system (26 cores, 56 threads), and it managed to max out every core on my computer. The same...