Arne Christian Beer
Arne Christian Beer
The idea behind these tests is to have a visual check that the expected output looks the same as the actual output. The expected output is defined by some templates,...
@tjni I have an idea. Do you have read permissions to `/tmp` or `/` in your build/test environment? If so, we could just set the `cwd` of these tasks to...
> I now think maybe a way to fix this is to approach it by creating the expected output not as a Handlebars template but by building it using `comfy-table`...
I'm going to close this issue for now, as I'm out of ideas as well. Feel free to re-open if you have another idea on how to solve this problem!...
This might be useful. It's also an client-only thing, so we don't have to touch any daemon/shared library logic in here as well. Anyhow, I'm a little hesitant to introduce...
For your information: If i think about filter logic, the first thing that pops into my mind is the taskwarrior filter language. It's horrible and way too complex, but I...
Hm. I would definitely go for the long-term option. One of the main guidelines of Pueue is, that it should act as a stand-alone binary. Hence, requiring other cli tools...
To be honest, I think I misunderstood the original proposal of @codekoala. From the looks of my response, it seems like I thought that he proposed to include calls of...
https://github.com/Nukesor/pueue/pull/282 implements the temporary `format-status` feature as discussed. I tested it with a simple `pueue status -j | pueue format-status` and it works as expected :) Could you verify whether...
Working with tasks only would work, but we would lose (some) group headline info. Specifically the amount of parallel tasks per group and the current group status. Furthermore, if we...