Results 34 comments of François

Hello, GTG supports connection to a CalDAV account which can hold several collections (holding themselves you tasks). To know in which collection to put your task, you need to have...

Not sure. It is something to be dealt with since the behavior isn't obvious. I believe it could also be fixed as described in that other [issue](https://github.com/getting-things-gnome/gtg/issues/885#issuecomment-1120264409). I would advise...

> ### GUI > > TreeViews have fallen out of favor in most Gnome Apps since the days of Gtk2. > [...] Sadly for the whole GUI part, as much...

> question: does the code explicitly restore only the last used tab view on startup, without processing the whole tree, or does it still somehow do the work "at least...

Another approach would be to allow setting a default collection in the CalDAV dialog. When set, this would select this default collection for all syncing related to that task.

Hello there, unaware the discussion was already taking place here, I did open an [issue in liblarch](https://github.com/getting-things-gnome/liblarch/issues/23) which I'm closing to focus the findings here. ##### TL;DR : * Why...

Hi ! Well first of all, this view demands a rework of the UI and the API (and possibly the crawler, see below) so it might not be in the...

Hello, Yeah indeed, something might be missing from documentation because the `psycopg2` isn't installable as is. You'll need to install the debian packet for it `postgresql-server-dev-all`. You'll also need `libxml2-dev`...

Looks like the example `prod.yml` isn't working out of the box. I've started a fix, you can check it out [there](https://github.com/jaesivsm/JARR/blob/fixing-docker-files/Dockerfiles/prod.yml). Replaying the same command with that file instead should...

Yeah I definitely have to update the documentation. You can take a look at the `fixing-docker-files` branch and try running the same command in the mean time. ``` git checkout...