James Couball
James Couball
I need to set the TLS version to TLSv1.2 via the MYSQL_OPT_TLS_VERSION MySQL connection option. https://dev.mysql.com/doc/refman/5.7/en/mysql-options.html https://dev.mysql.com/doc/refman/5.7/en/encrypted-connection-protocols-ciphers.html Is this possible with Mysql2? Maybe with :connect_attrs?
On Windows, Process.wait is not setting $? (or $CHILD_STATUS) and Process.wait2 is returning nil. This is happening within my GitHub Actions. I created a simple test here that shows the...
Is there any magic to get this to work? I am sure I am missing something simple. If I have a directory that only contains `example.rb` whose contents are: ```ruby...
I am curious how I should document the following: ```ruby Milestone = Data.define(:id, :summary, :status) ``` Such that YARD shows Milestone as a class with the attributes listed above. I...
I would like this commit: https://github.com/aterris/simplecov-shield/commit/c64188d68387933ba27fbb3f101922d16167fc7c to be released. I would like to use simplecov 1.9 but it is not compatible with the current dependencies of this gem. When my...