Thibaut Barrère
Thibaut Barrère
Hello! I would like to discuss an enhancement ; this is a bit of a follow-up of: - https://github.com/bitcrowd/sshkit.ex/issues/169 ### Situation If one connects to a remote server, then issues...
If you do not do anything specific and use the role, it defines `rvm1_delete_ruby` like this: https://github.com/rvm/rvm1-ansible/blob/bb64cfdf861a84619854916f880328d2e719076b/defaults/main.yml#L11-L12 which then can optionally delete _one_ version of Ruby, here: https://github.com/rvm/rvm1-ansible/blob/bb64cfdf861a84619854916f880328d2e719076b/tasks/rubies.yml#L61-L65 While upgrading...
I am unsure how involved the upgrade will be, but creating an issue to share what I found. After finding data corruption when doing things like: ```elixir defmodule DataFrameAdapter do...
Today I had to figure out how to generate a CSV with `Explorer.DataFrame`, in a way that ensures the CSV columns will be in a specific order. Here are my...
Hello, I'm following the documentation at https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/installations/oss/ownserver/ruby/nginx/ to install passenger + nginx on AlmaLinux 9 (and later RHEL 9). It took be a bit of time to figure out that...