kazuwombat
kazuwombat
Hi, thank you for making great repository and blog post :) I tried to use rinse react with v4.0.0 and import button like below ```js import React from "react"; import...
感謝🥰
特にissueではないですが、こちらのライブラリのおかげで、かんたんにハイライトが実装できました! 大感謝です、ありがとうございます!!
### [REQUIRED] Environment info **firebase-tools: `v11.13.0`** **Platform: `macOS`** ### [REQUIRED] Test case 1. install [stripe firebase extension](https://firebase.google.com/products/extensions/stripe-firestore-stripe-payments) 2. run extensions by emulator 3. Call `ext-firestore-stripe-payments-createPortalLink` in browser ```tsx import {...
I use stripe-invoices with stripe-payment. Every time I create a subscription(which creates an invoice), the `updateInovice` hook is called by `invoice.created`, and raises a 500 error. I think the status...
Hi, I'm making rails_best_practices plugin for [pre-commit gem](https://github.com/jish/pre-commit). So, I want to call rails_best_practices checks from program like this code. https://github.com/jish/pre-commit/blob/master/lib/plugins/pre_commit/checks/rubocop.rb#L32 ```ruby ::RuboCop::CLI.new.run(args) == 0 ``` I check [command.rb file](https://github.com/flyerhzm/rails_best_practices/blob/master/lib/rails_best_practices/command.rb)...