Andy Stanton
Andy Stanton
A user of this project should be able to extend it and then easily distribute it. The project builds an executable and copies shaders to the build output path. This...
Check to see if the Docker hub tooling has improved and will only rebuild images in a given path. If so, switch to a single repo for all Dockerfiles so...
This happens: ``` sh $ dexec asdgas.js sed: read error on asdgas.js: Is a directory ``` dexec should check the file exists on the local file system before telling docker...
I almost always use the latest C++ with dexec, so rather than having to type this every time: ``` sh $ dexec -b -std=c++14 source.cpp ``` I'd rather just have...
The CLI code is coupled to the dexec domain. It shouldn't be.
Currently if dexec is pulling an image, no indication is displayed. As this can sometimes take a few minutes, it's bad user experience. This issue has two phases: 1. Print...
The official Docker cli tool has an exec command so this project's name is confusing and should change. Ideas here. ## Ideas - ~~[glot](http://wordinfo.info/unit/921) (see polyglot, xenoglot)~~ [glot.io](https://glot.io) exists -...
Currently containers run as part of dexec are automatically removed. The tool should allow an option to "cache" containers, i.e. not remove them after running, and take an alias for...
Currently the versions of Docker images reflect changes made to the Dockerfiles. This seems a pointless thing to keep track of when the really important thing is the version of...