Brady Trainor
Brady Trainor
I was looking for this today as I wanted to port my travis CI file to include testing on Windows.
I'm afraid I just got confused. With your explanation, I agree there may not be anything to change. This issue might be "support". If variables are put in for defaults...
I can reproduce this by using a client cert/key pair that do not match the CA file configured on the Taskserver. ``` The specified session has been invalidated for some...
For reference, this is a gnutls message: ```c ERROR_ENTRY(N_ ("The specified session has been invalidated for some reason."), GNUTLS_E_INVALID_SESSION), ``` - https://gitlab.com/gnutls/gnutls/-/blob/3.7.2/lib/errors.c#L72-74
@tbabej my reproduce is briefly described at https://github.com/bgregos/foreground/issues/135#issuecomment-991978434. I was using taskd 1.1.0. @psa-anddev, are you saying you only have something like `99991231T000000Z` in `~/.task/undo.data`, and nowhere in any of...
Oh shoot, above I think I suggested to look for `9999` in `pending.data` and `completed.data`. I forgot those files probably don't use the `YYYYMMDDTHHMMSSZ` format. I say probably because that...
Can you provide steps for a minimal broken example? Also task version and how you installed? I tried the steps you provided, illustrated below, and the tasks have ids. ```...
Can you join #taskwarrior channel on Libera.chat, via IRC or Matrix bridge? I'm not sure what questions would be effective in this GitHub medium.
I can reproduce something like what you see, with the following: ``` > mkdir /tmp/no_id_test > cd /tmp/no_id_test > touch .taskrc > HOME=$(pwd) > task add foo; mv .task/pending.data .task/completed.data;...
Here's a cleaner reproduce that doesn't require the manual changes to files: ``` % task log foo; task +LATEST modify status:pending; task all; task all Modifying task ae1e34ac 'foo'. Modified...