Dale Phurrough

Results 315 comments of Dale Phurrough

I have a branch that is passing both `make test` and read-world testing on my live ECS cluster. Anyone want to try/test it before I submit a PR? https://github.com/diablodale/amazon-ecs-cli/tree/fix607-volumes That...

In balance, a warning also appears when docker-compose.yml has a `services:` with a value `network_mode: bridge`. Such a value is needed to simulate/align local testing of containers. Of course, such...

I understand the good intention to help, yet that should be balanced with what seems (to me) overhelping. I'm *not* expecting ecs-cli to be as flexible as a 20 year-seasoned...

And there is an incompatibility with `healthcheck`. official spec defines that the yaml `healthcheck.start_period` is only supported in file version 3.4 https://docs.docker.com/compose/compose-file/compose-file-v3/#healthcheck This means, that the field at the start...

related https://github.com/docker/cli/issues/2272

I display over 100k items very quickly. I do this by specifying the `itemExtent` on the ListView.builder() having the same `controller` as the `DraggableScrollbar`. Without specifying the `itemExtent`, the current...

As a guess... I see two AnimationControllers being created ```dart _thumbAnimationController = AnimationController(... _labelAnimationController = AnimationController(... ``` yet only one being disposed ```dart _thumbAnimationController.dispose(); ```

I did not. Checking the Android settings, the time and timezone are `set automatically` Germany changed the time compared to UTC on 27 March 2022; but that was before the...