Thomas Owens

Results 12 comments of Thomas Owens

I don't have anything from production handy at the moment, but here's [an example from Stack Overflow](http://stackoverflow.com/a/23817748/572): ``` class ApplicationController < ActionController::Base rescue_from Exception, :with => :handle_exception def handle_exception flash[:error]...

What type of package repository is this? It's pretty broad. If the package repository is a public (or otherwise externally controlled) repository, then a mitigation would be for the developing...

@nevans I was trying to not scope-creep this too much, but I think I see what you're getting at. From what I can tell, the default `none` case does rely...

@samruddhikhandale Thinking this through, I'm not sure using the OS-provided version will work. I need to test this specifically, but that version will get updated when the `common-utils` feature updates...

@nevans and @samruddhikhandale I've opened a draft/work-in-progress PR to start to show my work iteratively. At this point, there should be parity with the Node Feature. I used that as...

@samruddhikhandale @eljog @joshspicer I realize it's getting close to holiday time in the US and you're all US-based from your profiles, so not expecting a fast response, but I wanted...

@nevans Thank you! Very much appreciated. I agree that there are some minimum items open for a 1.3.0 incremental improvement: - Clean up the `GEM_HOME`, `GEM_PATH`, and `PATH` environment variables....

> Does this mean we are leaning towards not installing any manager? I don't think so, @samruddhikhandale. It seems like the community is in favor of `rbenv`, so that should...

@samruddhikhandale Yep. Had to get some tools updated, but I've started refactoring the work in the draft PR and will start to work toward the decisions above. A bit busy...

I'm commenting here, since this is the repo that appears to accept pull requests. This is also related to https://github.com/microsoft/vscode-dev-containers/issues/704 and https://github.com/devcontainers/images/issues/572. Although this isn't currently causing me any issues,...