David Uhlig

Results 3 issues of David Uhlig

Please add a feature to scale the whole workout up/down in ERG mode while executing it. Preferably in 1% increments. This will be helpful during short interval workouts like 30/15s...

These icons would help to keep a consistent and cohesive style in WYSIWYG interfaces. Thank you for the great icon set!

Docker Compose assumes the `latest` tag when the `image:` attribute is missing a tag or digest, e.g. given ```yaml # ~/docker/proxy/compose.yaml services: nginx: image: nginx labels: wud.watch: true wud.watch.digest: true...