Brandon Bloom

Results 69 issues of Brandon Bloom

via @coderberry If the backend, gui, or syslog ports conflict, the backend fails without any good way of communicating this to the user except in the exod logs.

bug

This is a tracking issue for two undeveloped feature request ideas. One is a git-like command alias system. See `git help config` and jump to `alias.*` for details. The other...

feature request

Today, we do not provide a pseudo terminal (PTY) to programs. A lot of programs detect the presence of a PTY/TTY in order to automatically enable/disable colors or similar. Also,...

feature request

**To Reproduce** 1. use `exo run 2. launch the gui 3. click to stop a process 4. you'll see a flash of an "internal server error"

bug

Sometimes, I edit a Procfile or a docker-compose.yaml file, and forget to run `exo apply`. If I'm using `exo run`, the apply is automatic, but we should watch the current...

feature request

would be nice if our release script copied the most recent changelog entries in to the release notes

feature request

**Is your feature request related to a problem? Please describe.** Typos or other errors in specs are not caught until `start` or similar lifecycle events. It would be nice to...

feature request

It's natural for some components to have customization points or other forms of dynamic configuration. A typical solution is to support environment variables (see #78) and/or some form of templating....

feature request

I think two things have to happen: 1) need to run `exo exit` if `exo` is on the path 2) the `ensureDaemon` health check should validate the version matches correctly

bug

If you click "Create Process" twice in a row: ![image](https://user-images.githubusercontent.com/119164/126555231-161f8845-e803-4a9b-af8a-b5f99e396f77.png) ![image](https://user-images.githubusercontent.com/119164/126555247-a9e89a71-590b-4e0a-9e00-ef4014e2dd52.png) Need either/both of earlier spec validation and an "error/invalid" state for components, so that creation will succeed and the...

bug