David Flanagan

Results 215 comments of David Flanagan

Right now, for file atoms, I'm going to assume that the files may not exist until execution time. Next week, I'll start to expose optimistic artefacts from atoms where they...

Output is definitely something we want to improve. Thanks for raising this.

cc @comtrya/maintainers

Not needed for 1.0 and is backwards compatible - so not too fussed. I may implement this prior to scratch my own itch though.

Hey @Spazzy757, The only reason this constraint exists is because Comtrya loads all YAML/YML files as manifests; the files directory acts as a boundary to stop loading app configs that...

I think I can add provisions to check the relative path from the manifest directory if the files directory doesn't exist. I can also, maybe, handle YAML/YML that isn't a...

Thanks for sharing. Comtrya will actually install brew for you, FYI. If you're on macOS and use `package.install` it will ensure homebrew is available. If you're on Linux and use...

Related #57 Hi @64bit , The related task above is the first step in our changes to supporting a better "plan" phase. Next up I want to have the actions...

The best place for now is probably my dotfiles https://github.com/rawkode/rawkode there’s a dotfiles directory. We’re working on a more sophisticated test suite which will contain examples of every action too,...