Jimmy Zhang

Results 18 comments of Jimmy Zhang

Any chance that this PR gets merged or simply just update svgo alone? The severity of the npm audit on js-yaml -> svgo is now updated to "High - Code...

Really in need of this functionality as well so that multiple invitations can exist. If no one has started working on it, maybe I can give some help on it

Just wondering if there's an example that shows how exactly do we manually trigger update according to the README?

It appears that I need to add the following line to `omniauth.rb` in the initializer to get it to work. ``` Rails.application.config.middleware.use OmniAuth::Builder do OmniAuth.config.allowed_request_methods = [:get] ... end ```...

Hi @MaicolBen, I'm not exactly sure why the spec failed. I've tried testing them locally and they all passed. Do you have any idea on why the spec is failing?

Any news to this?

Is it possible to dynamically add steps? I don't want to load all steps upfront (and is not possible). What I'm after is the ability to insert more step components...

Any ideas on how to fix this issue other than setting unoptimized? We would still like to optimize the image but this memory leak is forcing us no choice but...

I believe you can add a new card to an existing customer by using the `store` method, and pass the customer_id as an option. https://github.com/activemerchant/active_merchant/blob/master/lib/active_merchant/billing/gateways/stripe.rb#L189 ```ruby ActiveMerchant::Billing::StripeGateway.store(credit_card, customer: customer_id) ```