Martin Sanders
Martin Sanders
Given the following props, only the 1st of a month that falls on a Sunday is disabled: ``` ``` Given the following props, the 1st of a month that falls...
`payments.urls.process_data` and `payments.urls.static_callback` do not handle PaymentError and there appears to be no documented preferred method to catch these. For example when using Saleor with PayPal INSTRUMENT_DECLINED results in a...
The documentation mentions: > Responds with a 202 Accepted if successful. That means the server accepted the request and queued it for processing. The response includes a list of unique...
### Describe the bug The `convertToMap` function clones the accumulator on every iteration resulting in O(n2) along with a lot of object instantiations. We have a project with around 1000...
We're experiencing some issues with `async_hooks` and I am looking to remove call sites where our usage is unnecessary. One of them is that we're using `async_hooks` to pass request...
Can you add React 19 support? I cannot see any deprecated breaking changes from briefly looking through the code but here is the upgrade guide: https://react.dev/blog/2024/04/25/react-19-upgrade-guide#breaking-changes So it might just...