Josh Cooper
Josh Cooper
Is it `nil`, `false`, or `:false`... all I got is tears.
@t8m ah sorry, I thought `BIO_free` behaved like `BIO_free_all`. I see now the docs call that out "BIO_free() frees up a single BIO" Would it make sense to instead create...
Sure, the problem is our application takes more than 10% longer to start up using openssl 3.0 due to 116k calls to `ReadFile`, each one of which reads 2 bytes...
Can confirm this is still an issue. The name of the gem is `CFPropertyList`, but the file to require is [`cfpropertylist`](https://github.com/ckruse/CFPropertyList/blob/master/lib/cfpropertylist.rb). Also to ensure the Gemfile works via autorequiring via...
@jkorpela couid you update your PR to remove `tainted?` from the tests?
Thanks for the ping. I signed the CLA and wanted to close and reopen the PR but I don't seem to have permission for the latter. Since this PR needs...
@t8m sure, I will submit a PR with the changes proposed by @davidben Feel free to close this one.
We generate a parser during development and commit it. Later we run tests in bundler. Prior to Ruby 3.3, the generated parser could always require `racc` since it was a...
Yep just was mentioning that as a possible workaround (in our case we just need to run some tests).