Joe Sharp

Results 18 comments of Joe Sharp

Additionally, please note in the "Session Variables" section of https://docs.ruby-lang.org/en/2.2.0/IRB.html#module-IRB-label-Commands that IRB also supports `__` (double underscore) and `__[line_no]` when configured to do so. It always supports the single underscore...

That makes sense. I'm certainly open to adding an additional hook for this issue. Essentially my plugin needs to trigger anytime the Gemfile.lock changes via a Bundler command.

It ensures that changes to the lockfile are made to corresponding child lockfiles. As a basic example think of a project with a default Gemfile and Gemfile.lock but also a...

@indirect @deivid-rodriguez , I am getting really close to a public release of the plugin. Just FYI I had to hack around this issue: #6630 but I haven't tried just...

I was kinda leaning to just asking for that but decided I wanted to be open to other options. IMO the expected behavior would be to have it just work,...

The feature you pointed out won't work for us because we use other CI providers mostly. We did end up doing something similar to your last comment. I would think...

@vilmibm sorry for the ping. Just wanted to get this back on your radar.

I am glad there was resistance on making the existing action an upsert action because now we actually rely on that due to a feature change in the script. Anyways,...