Alexandre Segura

Results 143 comments of Alexandre Segura

@impec-dev Can you find a sentence that works in both cases (global fee & returns fee)

> Switch to CardForm component, even if it requires us to add country and postal code IMHO it would cause other problems. As said in the initial message, _usually_ you...

I'm sorry, but this issue comes with no proof that the current credit card field leads to abandoning carts. How has this issue been identified? User testing? Phone calls from...

I mean, the credit card field we are currently using is the default UI from Stripe, who has a team of designers who have been working on optimizing it. We...

`CardForm` is considered as deprecated. https://github.com/stripe/stripe-ios/issues/1932#issuecomment-1868445798

The [`showsMyLocationButton`](https://github.com/react-native-maps/react-native-maps/blob/master/docs/mapview.md) should appear, but it seems it doesn't work on iOS

The initial error about expired timeslot seems to have been fixed [here](6fab49e1f1e9c218316ae0de2d6e2af18a734c67)

The error in [this comment ](https://github.com/coopcycle/coopcycle-web/issues/3879#issuecomment-2124623452) seems to be something else than the initial issue reported. The initial issue happened at the next step, when paying, and was showing no...

Here is how I disabled it with version 1.8: I redefined the scrollableAreaMargin function to do nothing when hitting top // Disable prev scroll EndlessScroll.prototype.scrollableAreaMargin = function(innerWrap, target) { var...