Chris Dillon
Chris Dillon
I think the issue here is that I'm getting a method not supported on the DELETE request not that the blobs are sticking around. If you have an example `curl`...
Aaah! And I blogged the url to the distribution repo too! I'm sorry, I knew the difference, I failed to see what issue list I was in. :sob: Thanks for...
My own two cents, we switched from requirements.txt to pipenv and that by itself was better. I didn't completely love the experience with having to drop into a shell and...
CNAB has a concept of thick bundles. 🌻 Perfect. I don't know if docker app has this concept implemented, considered or exposed to the user. https://github.com/deislabs/cnab-spec/blob/master/104-bundle-formats.md Docker app would just...
@danieleades Same here. We had to invent a format. Unknown if it will stand the test of time. I looked at `duffle` (which maybe you could look at too). The...
Interesting. Just for the record, I found pry-byebug through pry-nav's README which recommended pry-byebug since pry-nav is (planned to be) abandoned. I didn't even know what `byebug` is! :stuck_out_tongue: Thanks...
@deivid-rodriguez I think this would be fine for me. I think most people wouldn't mind changing to a new thing. I personally have `require "pry"; binding.pry` as a vim snippet...
Great analysis but unforunately, :cry: this doesn't work on my machine. It's critical to do the gem install before the test because uninstalling pry-byebug actually fixes the original reported issue....
Ok. Yeah, that works now @stephenprater. Awesome. :+1: This is definitely required (as you know) to make pry invoke. ``` # ~/.pryrc PryByebug.binding_behavior = :pry ``` I wonder if this...
This was my first thought when I saw this because this is what happened when using Synergy way back in the day (not the recent buy-out version of Synergy). I...