Brad Robertson

Results 7 issues of Brad Robertson

I would like to suggest a feature. My current problem is that, from what I can tell, a gemspec doesn't allow you to specify different sources where gems can be...

type: feature request

I'm finding that with each migration we do, the view definitions get moved around in my schema file. This leads to unnecessary schema.rb changes that make it pretty difficult to...

dependencies

I'm using create-react-app and have a file like this in the root of my project: ``` { "compilerOptions": { "baseUrl": "src" } } ``` So all of my imports look...

Right now the [connection_params](https://github.com/gocardless/hutch/blob/master/lib/hutch/broker.rb#L265) enforces a singular `host` option for the Bunny connection. In an HA world we'd like this to be an array of rabbitmq hosts. Would you be...

It would be nice if changes to sharded tables would be propagated automatically to all shards. My understanding right now is that if I alter a table on the master,...

feature

Attempting to run this: `PgColumnBytePacker::PgDump.sort_columns_for_definition_file( Rails.root.join('db', 'structure.sql').to_s, connection: ActiveRecord::Base.connection)` yields this error: ``` TypeError: wrong argument type Integer (expected String) from /opt/homebrew/lib/ruby/gems/2.6.0/gems/pg_column_byte_packer-1.1.0/lib/pg_column_byte_packer/pg_dump.rb:74:in `[]' ``` The line in question that fails...