DCsunset

Results 93 comments of DCsunset

It has been generated and you can try the latest version now.

Hi, could you run the following command (replace the paths) and see if any error occurs? ``` TASKRC= TASKDATA= task rc.confirmation=no rc.recurrence.confirmation=no rc.dependency.confirmation=no rc.json.depends.array=yes rc.bulk=0 export ```

@volodymyrss Thanks for your feedback and fix. I have updated `taskwarrior-lib` to the latest version and It should fix this issue.

Hi, can you try running taskwarrior cli inside the container to get some output? You can also try running sync command to see if there's a problem.

Thanks for your feedback. I already know why the certificate file doesn't work, but still have no clues on the wrong number of tasks. I'll try to fix the former...

Hi, I think this issue should already be fixed in the latest version. You can set TASKRC and TASKDATA environment variables so that you can mount the config anywhere. You...

Could you show me your command to start the container? You can also run `echo $TASKRC` inside the container to check if the environment variables are set correctly..

Thanks for your ideas. Are you interested in implementing the features? I'm busy recently but I can help to take a look at the code if you want to do...

Are you using the Docker container? If so, I think it's probably because you didn't mount the file into the container.

I'm not familiar with the include command so I may not be of great help. You can check the official document of taskwarrior. Besides, an easy way to debug it...