Gaetan Craig-Riou

Results 126 comments of Gaetan Craig-Riou

It looks like something I missed, I'll have a look.

> Oh, that makes sense, thanks for checking that out. It's worrying that the specs didn't pick that up! I think the system specs accept alert by default if no...

On some servers we get the following (ie: de_prod) : ```ruby irb(main):001:0> v = Spree::Variant.new => # v => # irb(main):003:0> ``` and on others we get : ```ruby irb(main):001:0>...

> 1. Browser Dialog Pop-up > Issue: A browser dialog appears when the response status is :unauthorized. For example, this occurs during failed login attempts with invalid credentials. > Possible...

It looks like [activemerchant](https://github.com/activemerchant/active_merchant) supports Paypal, maybe we should look into consolidating our use of activemerchant.

Paypal sdk merchant is deprecated : https://rubygems.org/gems/paypal-sdk-merchant/versions/1.117.4 https://my.diffend.io/gems/paypal-sdk-merchant/1.117.2/1.117.3

FYI Jasmine support node 18 on a best-effort basis. Support for these versions may be dropped if it becomes impractical, and bugs affecting only these versions may not be treated...

I believe it's unblocked now. I am not sure how the UI/UX is going to look though ? How do we select the tag/s to add/remove ? Also there is...

I don't really have time to look at this before next week, but I'll note that the error shared by @pragai is actually a 500 and not a 404. So...

Hi @bouaik, It makes sense to update the column to decimal(10, 3). As for the calculations , I am sure I am following what you are saying, I'll just point...