asmsuechan

Results 4 issues of asmsuechan

@kuroda こんにちは!良い本をありがとうございます! 先日のRails mimemagic問題の影響で`bin/bundle`がコケていたので対処としてmimemagicのバージョンを上げました。こちら確認よろしくおねがいします。 (向き先のブランチはここでしょうか) ## 実施作業 1. Gemefileにmimemagicの行を追加 2. webコンテナ内でbin/bundle update mimemagicを実行 ## コンテナ側 https://github.com/oiax/rails6-compose/pull/8 コンテナ側にshared-mime-infoパッケージをインストールしております。

I could not find these methods so I created. If anyone has any information about them, please let me know.

`doc/how_to_contribute.md` to `CONTRIBUTING.md`

Hi developers, The return value for CredentialsContainer.create is one of `FederatedCredential`, `PasswordCredential`, and `PublicKeyCredential` according to https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create#return_value The return types are subclass of Credential. So I changed using `PublicKeyCredential` from...