Jordan Brough

Results 52 comments of Jordan Brough

@deivid-rodriguez how long would you like to wait to see if someone else wants to chime in?

Fetching/Installed sounds good to me 👍 I'll get this rebased. Thanks!

The upstream issue https://github.com/ruby/uri/issues/131 has been addressed. I've updated this PR to instead just exclude the incompatible versions of `uri`. Those would normally be better to put in the `cookiejar`...

Also interestingly: Supplying `algorithm: nil` seems to work for `remove_index` (to disable `concurrently`) but it doesn't work for `add_index` (the index is still created concurrently)

Here's a PR with an (untested) change that would allow using `algorithm: nil` for `add_index`. `algorithm: nil` already works for `remove_index`. https://github.com/doctolib/safe-pg-migrations/pull/155

👍 Shall I go ahead and update the PR with that?

@hsbt - > `DEBUG=1 bundle i | grep -E "Installed|Downloaded"` I'd really like something I can leave on by default in CI/CD, at least. As a user I don't know...

Here's a real example: Current default output ``` ❯ bundle config set --local force_ruby_platform true ❯ time bundle install Fetching gem metadata from https://rubygems.org/ Fetching geocoder 1.8.1 Fetching maxminddb 0.1.22...

Another idea, if we want to reduce output even more than we currently are: Limit the default output to just `Installed some-gem in: XXXs`. And expose the other lines if...