Andy Jeffries
Andy Jeffries
@alejandrojnm is trying to implement [Hasura](https://hasura.io) as a marketplace application, but it requires a PostgreSQL database. **First thoughts** My original thoughts were to allow passing of configuration items from one...
The dependencies on the gem were too restrictive. By changing them the gem is 100% working fine with Rails 5.1.5
I'm thinking about trying to replace the `heroku run bundle exec rails console` where it launches a new container of your image, runs the command given `bundle exec rails console`...
Couldn't find in the docs how to define/run a pre-deployment task, such as `bundle exec rails db:migrate` and only switch the deployment version if that task/script completes successfully (exit code...
Would be great to be able to use `-n NUM` or `-t`/`-f` (for live tailing/following) in the CLI to get a combined output of all processes (combined and lines interleaved),...
On the webinar I saw that you can specify `--platform=` to build multiarch, but it would be really nice if you could list them in an `.acornrc` in your home...
Maybe there could be a .leapsignore folder in a project's folder specifying files to not be shown (just like .gitignore). Then we could put: ``` *.jpg *.png *.gif ``` In...
It would be really nice if there was a `~/.leapsrc` or something (maybe TOML or JSON, something easy to parse in Go) you could define options in. Then if you...
https://github.com/civo/cli/issues/57
If you're editing a file (maybe only longer files), the git blame lines don't match up. In the screenshot provided, you can see from the green line on the left,...