DCsunset

Results 93 comments of DCsunset

Based on the workaround, I think another easy way to solve this is to mount the `/usr/share/taskwarrior` into the container. Then you don't need to change the config file at...

I've encountered the same issue. This exception could also occur when running the program in the background in a script. Is there any idea how to detect whether stdin is...

Yeah I think it's a good idea! I've also tested the code in your PR and it works without problem

Hi @zhipeng-jia, I encountered the same error. I tried increasing the number of max file descriptors (e.g. `ulimit -n 102400`) but the error still occurs. There are only two lines...

Hi, I enabled the debug mode and address sanitizer and I'm able to locate the bug now: ``` ================================================================= ==3106988==ERROR: AddressSanitizer: heap-use-after-free on address 0x61b0000f51b0 at pc 0x563fc372d9b6 bp 0x7fc2f66fb340...

Yeah I tried the same a few days ago and it did fix the crash issue. At least it could work now! Thanks for your reply anyway.

I see. You'll need to override TASKRC and TASKDATA yourself if you want to mount them to a different location. This is because the container doesn't know your username and...

No. What I mean is that you need to set the env variables for the container itself. In your case, the docker-compose.yml should be like this: ```yml version: '3.7' services:...

I think it is not supported now. But I think it is doable if we can expose the instance in some way. Do you have any idea, or are you...

Hi, thanks for you contribution. I think a better way to do this is to hide some columns that is not frequently used for mobile list. Probably we can add...