Fletcher Nichol
Fletcher Nichol
Referenced in habitat-sh/habitat#4635: We want to have a clean "this package not found" CLI error, rather than thread panicking on an `.unwrap()` call. ``` ✓ Installed core/hab-launcher/6925/20180202215752 ★ Install of...
Currently when a package is uploaded via `hab pkg upload`, the corresponding origin key revision is automatically uploaded before uploading the artifact. After more time and experience, this proves to...
Hi there! I'm making some good use of this adapter to integrate hyper HTTP client connections with some upgrading to WebSockets via tungstenite and while creating my wrapper client I...
By attaching the additional network interface at boot/provision time, the worker (and by extension the Airlock networking) will be guaranteed to have its networking before the service starts. This is...
To further enhance the initial Habitat experience via `hab plan init` it would be great to determine, if possible, a default `pkg_version` for the `plan.sh`. Even better would be to...
This is a long-overdue fix which would give Mac, Windows, (and possibly Linux) users behavioral parity with the native Linux and Windows Studio experience. For example, using a native Linux...
The `apps_enabled` option is a boolean, and when using the `.get` method, the `fallback` value wasn't valid.
This change adds an optional `ui_certificate_enabled` option which can be used to skip installing the certificate as the system's UI certificate. In my use case I was hoping to use...
As a Plan author, I would like to know if my `default.toml` parses as valid TOML at build time. If it is invalid, I would like to the build program...