Pablo Carranza

Results 39 comments of Pablo Carranza

Really interesting questions, @smellsblue I'm not sure adding the configuration to push any version as a docker file because of what @smellsblue said, not every version is releasable. Some are...

Or just call the task that adds the gem through the API, so we only have one entry point and how the database is handled is a black box from...

I wouldn't create an exceptional case for this. I would rather add an initial automated authorization before starting the pushing. I prefer to not have exceptions like "oh, this is...

Override, yes, makes sense with the things like the sherpa mode and else. I also could not find the host to bind to, so I went the binding way, and...

- Supporting ruby by caching gems locally so rubygems does not need so much bandwidth and/or scaling. - Storage has a trie structure because some filesystems do not support more...

Is this a candidate for the wiki? Does it make sense to build a github page for this kind of things? (Blog like)

Aaah, cool. Maybe building the page with the markdown docs?

Exactly that. Just a thought although.

Kinda hard to fix. A daemonized process losses access to stdout and stderr by design. If we are writing the errors to the log, that's pretty much as far as...