André Arko

Results 203 comments of André Arko

@deivid-rodriguez If you think it makes sense, that sounds good to me. :)

I have no idea where you got the idea that the entire point of a Gemfile is to be platform independent, but for the record: it is not. Gemfiles are...

(Bundler creating an additional lock resolution for each platform is the only solution we have for this set of problems, and it is why we now have multiple platforms in...

Sure! We should probably check with each org before we add them. I can check with Ruby Central and report back—I know they are working on a membership site that...

Ruby Central told me they're happy to do this, and to use rubytogether.org as the URL for now while they finish putting up the new RC membership site. Thanks for...

Ahh, that makes sense. Maybe we can suggest Japanese developers support Ruby Association, and other developers support Ruby Central?

Gemspecs allow arbitrary metadata! You can put this information into your gems yourself, as part of the release process.

To answer the original question, if a gem uses Bundler's gem management tools, the repo will have a git tag for each version. That is the closest thing RubyGems currently...

If you don't have multiple processes, can't you just... run your code directly in `puma.rb`? For example, it seems like I have embedded Sidekiq working in a single non-worker Puma...

Thanks for explaining! This worked for me because I have a separate tmux session for each box, and either nest tmux or create a new terminal to host the tmux...