Guillaume Hivert

Results 72 comments of Guillaume Hivert
trafficstars

Hi, I checked, package.json is still on `^12.0.0`, but my `yarn.lock` is effectively at `12.7.5`. I didn't see #5650 but it seems similar (if not identical). Sorry for the title,...

Hey ! Same for me here. Is there any way? The only thing I got working is when using `paymentRequestWithCardForm`, but otherwise I only got `authenticationFailed`…

Mysteriously, my customers told me some cards activated the 3D Secure, some not. So sometimes, the payment is OK (with 3D Secure) sometimes it's not. I don't have any idea...

Same issue here, Solved by changing target to 11. To do it: Open your project in XCode. In Pods project, click `stripe_payment`. Then click `Build Settings`. Then search for `iOS...

Could you do an SSCCE? Without it, it's really complicated to understand what could bug. Or at least, could you show your flow in order to understand what's happening earlier...

Shouldn't we be using `inherit` for every important property? Instead of anything else, just get the properties from parent and use them in the div to make the div transparent?

Do you know if there's a builtin function, or something to do the escaping directly in Elm?

I'll try to ship a new version that WE

Oh, I get your point. So as I was expecting, `const` is a special thing in the compiler, and I was wondering if it could come from some Erlang interop...