Andy Jeffries

Results 21 issues of 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`...

enhancement

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...

need-more-info

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...

enhancement

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...

enhancement

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...

enhancement

https://github.com/civo/cli/issues/57

long-term

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,...