Ben Truyman
Ben Truyman
**Is your feature request related to a problem? Please describe.** When installing dependencies, similar to npm/yarn/pnpm, one might know the name of the dependency they want to install but not...
It would be nice if there were a `--fix` flag, similar to tools like `eslint`, which handles fixable errors in a project's `package.json`. From what I can see, the rules...
You can see where it errors here: http://jsfiddle.net/EG4CL/ This is happening due to the way jQuery's `each` method is implemented. In this case, jQuery caches the length property in the...
http://blog.docker.com/2015/02/docker-1-5-ipv6-support-read-only-containers-stats-named-dockerfiles-and-more/
Something like: ``` $ dante -f base.yml test $ dante -f base.yml push ``` This would be useful as it would allow one to create a much simpler build script...
The ability to do both `dante test [NAME...]` and `dante push [NAME...]`, where `NAME` refers to an image with a matching `name` key in the `inventory.yml`, would be incredibly helpful...