Mads Høgstedt Danquah

Results 25 comments of Mads Høgstedt Danquah

For reference docker for mac fixed it by introducing a small ntp-client into the host-image https://github.com/docker/for-mac/issues/2076 . A quick local hack is to run a privileged container to sync the...

I'm getting this as well, going back to beta8 the problem went away again

Two quick workarounds 1: Add network_mode: bridge to each of your docker-compose services eg ``` echo ' version: "2" services: test: image: alpine container_name: routetest3 network_mode: bridge command: sleep 60...

Strong agree here. Renaming properties such as `deps` and `desc` would for sure improve the readability and make the initial work with Task easier for a newcomer. On the other...

I'm considering looking at this after #546 It feels like something where it makes sense to handle both `silent` and `ignore_error` in the same go. Any opinions @andreynering ? As...

Sounds good - I'll probably work on it this coming week

Done some initial work on the issue now. The final changes are not going to be too complicated, but there are a couple of important decisions that has to be...

Still working on this - getting close, I have a quick question. First a quick reflection: The logic for when something should go silent starts to get a bit complex....

Ok, draft PR time https://github.com/go-task/task/pull/1142 I'll finish off tomorrow by adding documentation of the new `Silence` field I've added to `Dep` - as I understand it it requires a change...