Felix Schurk

Results 63 comments of Felix Schurk

Ah okay, but then the data that the watch says is the right one or?

Hei, does it give you the desired result if you use ```sh context.customer1.read=project:work +customer1 context.customer1.write=project:work +customer1 ``` or over ``` task context define customer1 project:work +customer1 ``` as a context...

Hm how did you proceed to run into this problem? I can not reproduce it by following steps. # Workflow ```sh # starting dev container on develop (no dev container...

Hei, I do not understand your workflow, especially the line with `DESTDIR="./TMP/" make install`. If you want to install it into a specific directory you would need to specify that...

I will work on it :)

If the task should wait until the next monday you could simply use ```sh task wait:monday ``` I think this issue goes into a similar direction as #3275, so lets...

However, I can not fully understand your description. If you add a task today and run `wait:soww` which date will get created? On my setup it sets it to the...

We can probably as a reference also here come back to the performance scripts in `performance`. I just made a small run on my computer with only 100 tasks and...

> Should `docker/task.dockerfile` be updated accordingly? I guess it would make sense to also have it consistent over the whole repository. It should have Ubuntu 22.04 as a base image,...

> > I guess it would make sense to also have it consistent over the whole repository. It should have Ubuntu 22.04 as a base image, right? > > I...