Mike Virata-Stone

Results 19 comments of Mike Virata-Stone

I've never used Docker, but that's pretty cool! Is there a standard way to distribute Docker containers? I had heard of Discourse publishing as a Docker container, and it looks...

Should it be after a new gem version is released instead? Master branch isn't intended to be deployed. There have been times when if you had deployed master, your Gemstash...

@jm3 thanks for the detailed analysis! Based on the messages, I suspect it might be because we haven't yet implemented the bundler index, which is the newer API that Bundler...

Yeah, I think it would be a simple iteration over all the gem files and call `GemPusher.new(...).push` for each one, maybe with a way to ignore authorization since you are...

- _Why are yanked upstream gems still downloadable from Gemstash?_ If you are using Gemstash, the dependencies you are bundling against might start to get yanked, but you may not...

I think it could be another markdown doc. I had asked about docs via wiki and there was some strong pushback. Github pages might work, but it would be nice...

You mean building the github pages with the markdown docs? That would be cool, as long as you could continue to browse them directly from the repo like you can...

:+1: that seems perfect Should using a plugin require a `Gemfile` then? Right now you can be up and running with gemstash by simply installing the gem and starting it......

I wonder if there is some top level hook for exceptions, similar to `at_exit`... we might be able to use that if there is, or maybe the best we can...