Kevin

Results 37 comments of Kevin

I've checked with @jfly and I'm planning to start working on this in the next days, once I'm familiar with the relevant parts of the website and the code base.

Interestingly, the Actionable tab is updated as expected when you mark a child task as done and it unblocks its parent. The child disappears from the view (because it's now...

It doesn't block the current changes, but I'm still getting import failures when running the tests locally: ``` $ ./run-tests ==================================================================== test session starts ===================================================================== platform linux -- Python 3.11.6,...

Cool! Does this mean we can get rid of the `run-tests` script? If yes, could you add a section to the README after "Running the beast" with instructions explaining how...

Thanks for looking at it! I have GTK 4.8.3, which seems to explain the problem. Let's make 4.10 an explicit requirement then ([here](https://github.com/getting-things-gnome/gtg/blob/e56f8fdf233a25c0749425dbf908efcf2efbabad/GTG/__init__.py#L25), I think? and in the README). It...

It seems that I had the entire thing before - this is the start of the log: ``` 2024-04-29 08:48:03,485 - WARNING - __init__:__init__:68 - Backend backend_caldav could not be...

Had a coordinate wrong by 1 pixel in goomba.rect.. Interestingly, after this: _sprite->setPosition(sf::Vector2f(_info.coordinates.left, _info.coordinates.top)); Then _info.coordinates.top + _info.coordinates.height and _sprite->getGlobalBounds().top + _sprite->getGlobalBounds().height were different. The characters are still walking funny...

This came back :( I'm now on f501dfbf6a618d0e0425ed25ae8dab37694e407e From the Actionable view: - Clicking on the checkbox to mark a task as done doesn't make the task disappear: ![image](https://github.com/user-attachments/assets/83ac90f0-5582-4942-a9e9-f760a077337d) Going...

Ha, I came here to report the same thing for Saved Searches. When you delete a saved search: ![image](https://github.com/getting-things-gnome/gtg/assets/4351932/1074da3f-a740-493f-98dc-07050bd9bc1d) it's not reflected in the UI until you restart GTG. Both...

Hehe, I came here to propose adding pre-commit to the repo, and I see that there is already a whole conversation about it :) The problem that prompted me is...