Fred Ngo

Results 5 issues of Fred Ngo

Backticks will try to execute the string within as a command, but docker-compose may not yet exist at this point, and it seems to be the original intention to simply...

The use case is that I want to install docker-compose v2 and then install compose-switch to translate docker-compose v1 commands from an older project. But on my brand-new Ubuntu 20.04...

Any reason why compose-switch is an outlier in terms of not being able to be `apt install`'d? Would be really great if we could install it just like `docker-ce` and...

**Is your feature request related to a problem? Please describe.** Excitedly installed this on my ARM Linux box by following [these instructions](https://github.com/extrawurst/gitui/issues/1018#issuecomment-1102308583) and got: ``` $ gitui bash: /usr/local/bin/gitui: cannot...

good first issue
feature-request

When trying to use MiniRecord with Rails 5 ActiveRecord, we get this error: ``` /Users/fred/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mini_record-0.4.7/lib/mini_record/auto_schema.rb:22:in `init_table_definition': Unsupported number of args for ActiveRecord::ConnectionAdapters::TableDefinition.new() (ArgumentError) from /Users/fred/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mini_record-0.4.7/lib/mini_record/auto_schema.rb:35:in `table_definition' from /Users/fred/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mini_record-0.4.7/lib/mini_record/auto_schema.rb:121:in `block in...