Kevin Javitz

Results 13 comments of Kevin Javitz

Lost a lot of time on this one, and low and behold it is actually in the official docs that bundles are not supported with MSI in 2.3.x: https://docs.magento.com/user-guide/v2.3/catalog/inventory-about-product-types.html I...

I got the exact same error, it seems save() is not supported meaning this project is only for queries?

this fixes it and saving works, I just updated his sample model from the readme: https://github.com/tareq1988/wp-eloquent/pull/83

Updates please? Shouldn't this just be a simple selector in the WP Rocket settings which compression to use?

Actually this can be closed sorry, I updated to devilbox 3.0.0 beta 3 and magically the error is gone and all is working fine, so anyone has this same error...

actually still doing it, just not quite as frequently, even when xdebug debugging chrome extension is set to disabled my php.ini: ``` xdebug.mode = debug ;xdebug.remote_handler = dbgp ;xdebug.start_with_request =...

I am on WSL2 Windows 11 PHPSTORM windows firewall is disabled. The following works, mainly this change: ; using result of ping host.docker.internal from WSL2 cli xdebug.client_host = 192.168.1.67 Is...

does anyone know how to build something similar to https://cdn.jsdelivr.net/npm/flatpickr but non-minified? There must be some npm commands / webpack config that does it, I'm just not sure how I'm...

Having the same issue For a temporary fix where do I put that code? `const useIsomorphicLayoutEffect = typeof window === 'undefined' ? React.useEffect : React.useLayoutEffect ` All the warnings make...