Jeff Gran

Results 10 comments of Jeff Gran
trafficstars

@billinghamj I don't think this is a duplicate. This is related, but this is specifically about a strategy for using SSO roles (which have different names in different accounts, which...

Thumbs way up for taking a cue from the rubygems/bundler system. Bundler's way of handling dependencies and the Gemfile.lock file work really well for production deploys. I would LOVE it...

I think another approach to this problem is to disable locking (which feature already exists) but instead just invalidate all other plans for the same project/directory when one plan is...

For posterity: in researching this issue I discovered this commit from the "terminal" package for atom, which fixes this issue by running the pty.js process in its own `child_process` instead...

I tried ACTION_LAYER_ONESHOT from this branch and could not get it to work. As far as I can tell, it is mis-named. What it actually does is like "sticky keys",...

@w-sanches that's a great point. One problem with using `devbox update -p ` is that the `devbox update` command already exists and is for updating a `service` within a project....

I had this issue with the published gem, and using the latest from github (with this fix) did fix the problem. Any chance of releasing a new gem version?