Paul Hachmang

Results 100 comments of Paul Hachmang

We've developed the following module: https://www.reachdigital.nl/en/magento-module-development/magento-2-order-source-reservation-module The module is commercial and we charge a certain percentage of the initial development costs (so it's more expensive than a standard module). If...

FYI. We've opensourced some stuff a long time ago: https://github.com/ho-nl/magento2-ReachDigital_InventoryOrderSourceReservations I haven't got an active customer for this functionality, but it should work.

@Morerice We are running into this issue as well. To communicate to the Magento backend we're using an additional graphql-mesh layer to direct calls to various backends. However the mesh...

@Morerice I've confirmed that when the patch is applied it works as expected, can we perhaps get this in the module?

Never mind, found it on the marketplace https://github.com/marketplace/actions/jira-login

I don't think we need to bundle the packages as that creates a single large bundle that includes everything and causes problems with treeshaking. Was looking at the following guides:...

Hi @dohomi! Could you help me figure things out? We're trying to use the package but we're not using `@mui/x-date-pickers`, but at the moment everything is bundled in a single...

Ok, I'll have to get back to you :)

@dohomi Found some time to take a deeper look. I'm getting the following error currently: ``` error - ../../node_modules/react-hook-form-mui/dist/esm/index.js:1:1492 Module not found: Can't resolve '@mui/x-date-pickers/DatePicker' Import trace for requested module:...

Also, when copying the files I get the following bundlesize increase (expected): https://github.com/graphcommerce-org/graphcommerce/pull/1579#issuecomment-1239788897 When using the library as is (with the missing dependencies installed) I'm getting the following bundlesize: https://github.com/graphcommerce-org/graphcommerce/pull/1579#issuecomment-1239801390