David Flanagan

Results 95 issues of David Flanagan

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
area/api

**Description** `binary.github` can download a binary from a GitHub release, but we don't support archives (tar.gz). We should unarchive these and stick the binaries into the directory

Type::Enhancement
Component::Actions

**Description** At the moment, `comtrya -d apply` will run EVERY manifest within the manifest directory(ies). We should provide something inside `Comtrya.yaml` that allows that behaviour to be changed. ```yaml defaultManifest:...

Type::Enhancement

**Description** Allows manifests to be labeled in such a way that `comtrya -d apply -l setup` could be run and only a subset of the entire manifest directory is applied....

Type::Enhancement

Currently the manifest DAG is run sequentially, this could be much faster if we run manifests at the same depth concurrently.

Type::Enhancement
Component::DAG

**Description** ``` dyld[4671]: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib Referenced from: /private/tmp/comtrya Reason: tried: '/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/usr/local/lib/libssl.1.1.dylib' (no such file), '/usr/lib/libssl.1.1.dylib' (no...

Type::Defect
OS::macOS

Enable / Disable / Start / Stop services on macOS, Linux, and Windows

Type::Enhancement
Component::Actions

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug
awaiting-feedback