Bart de Water
Bart de Water
Another data point, Plaid's gem had the same issue and fixed it with autoload: https://github.com/plaid/plaid-ruby/issues/454
I think that'd be nice since an empty array is a bit useless otherwise.
> I am by no means an expert on hashing algorithms but I have done some reading and have found that the SHA-2 can be vulnerable to length extension attacks...
I don't think the comparison is fair about reuse - the code linked is from the `openssl x509` utility, not the OpenSSL library. Both use the same callback mechanism to...
I ran into this again earlier today: I rebased an old branch with VS Code open on latest main of my app, the Ruby LSP initializing message shows (from above...
I think this is a great idea, and a fair tradeoff that users opting into this bring their own active_support require if needed. @jasonwebster @davidsantoso WDYT?