Bart de Water

Results 66 comments of Bart de Water

I just opened a PR for this: https://github.com/stripe/stripe-ruby/pull/870

> Now you are the receiver. You know the +key+ and +nonce+, and have received +encrypted+ and +tag+ through an untrusted network. To me this seems to imply that you...

I'm working on a Rubocop rule to provide an easy way to autocorrect these. If the long term intent is to follow through with the deprecation I'm sure it shouldn't...

This can be merged now. The cop has been released in Rubocop 0.84 and as can be seen by the pull requests mentioning this one, people have started making changes...

> The warning can be a blocker for the upgrade since many projects have a habit of clearing up all warnings. This is easy with https://github.com/rubocop-hq/rubocop/pull/7950 by running `bundle exec...

Thank you! I was looking for this myself :) I believe the only things missing are squashing the commits and a CHANGELOG entry for Active Record, see https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#updating-the-documentation

@rzane it seems your work in https://github.com/bblimke/webmock/pull/992 would get us to a place where `@socket` is actually set 🙌 Then I'd be running into the same "StubSocket isn't a very...

I like the direction @anakinj is taking in #555 - thank you for working on this! The API there looks a lot like what we're currently do manually with ASN.1...

> to fix that all mastodon have to do is to (when only use passwordless) require 2 yubikey or a yubikey and a passkey etc. If you lose one the...

Also see https://github.com/mastodon/mastodon/issues/16693 - 'regular' WebAuthn is already possible but not easily found.