Shodai Suzuki
Shodai Suzuki
First of all, thank you for developing a great gem ## Summary In the change from rails5 to rails6, There were no changes to the `ActiveRecord::Base.clear_all_connections!` and `ActiveRecord::Base.clear_active_connections!` ActiveRecord methods...
## Summary Test cases described as "first test" can be confusing because they fail. The first test was already written in the previous item, so I thought I didn't need...
Hello. First of all, thank you for creating this amazing docker image. I'm using this image in my project. I created this PR because I noticed one improvement. ## Summary...
There was no test code for `WebAuthn::PublicKeyCredential#verify`, so I added it. I noticed this when I updated `lib/webauthn/public_key_credential.rb` at https://github.com/cedarcode/webauthn-ruby/pull/413, but the scopes were different, so I split the PR.
Hi, first of all, thank you for creating this wonderful gem. This fix is minor. While reading the source code of this gem, I found a class that was probably...
The `rails/rails` repository has deprecated `rails.application.secrets` due to [this PR](https://github.com/rails/rails/pull/48472). `Devise::SecretKeyFinder#find` sequentially examines the variables stored by searching `secret_key_base`, but deprecated `Rails.application.secrets` is searched first, so in many cases A...
## Status **HOLD** ## Description fix https://github.com/anymaniax/orval/issues/1227 When I responded to #1219, it caused unintended destruction, so I revert it. The issue where the interface definition results in an error...
Currently, `remix` occurred error when we not give operator command to `remix` cli ``` $ npx remix TypeError: Cannot read properties of undefined (reading 'startsWith') at Object.run (/app/packages/remix-dev/dist/cli/run.js:171:17) at Object....
## Status **READY** ## Description Fix #1387 I added a new `fetch`client. Becouse, since the `fetch` API is mature, it has the advantage of reducing the bundle size of the...
I'm opening this issue to clarify the support status of the `fetch` client. # Description I added a new `fetch` client. Becouse, since the `fetch` API is mature, it has...