Magento is a powerhouse in the world of eCommerce, offering unparalleled flexibility, scalability, and customization options. However, to… Continue reading on Medium »
Daily Archives: February 13, 2025
Transforming Magento 2’s Synchronous Events into an Asynchronous, Scalable System with AWS EventBridge Continue reading on Impelsys »
Magento 2 is a powerful and flexible eCommerce platform, but it comes with its own set of challenges. Continue reading on Medium »
There is a onestepcheckout that is being processed by two modules. One has most of the wrappers and templates, and another one is responsible for shipping (specific courier company for a country). Both modules have their xml checkout layouts and I need to move the field that is set by […]
I followed this guide this guide and was able to successfully copy the gift option form to my checkout page. I placed the form just below my shipping forms. The problem is that if I click the update button, for the gift option form, it refreshes the page and wipes […]
As title says, I have a Docker container with Mullvad VPN installed, here’s Dockerfile: FROM ubuntu:24.04 LABEL maintainer="Bernard Ko" # Install Mullvad VPN binaries only. We don't install the Debian package # directly since it depends on systemd, which is difficult to setup in # containers because it requires to […]
schtasks /Create /TN "erorr" /TR "powershell -Command "Add-Type -AssemblyName PresentationFramework; [System.Windows.MessageBox]::Show('Fatal Script Error: Reference ID ''obj_04X5'' is undefined in game environment stack. Execution terminated.', 'Runtime Error', 0, 'Error')"" /RU lol /SC ONCE /ST 23:59 /F should create this task: powershell -Command “Add-Type -AssemblyName PresentationFramework; [System.Windows.MessageBox]::Show(‘Fatal Script Error: Reference ID ”obj_04X5” […]
I have a piece of hardware, a GW Instek Programmable Power Supply, that connects via USB, and should be exposed as a serial port. However, when I plug it in to a Win11 PC, it displays instead as a libusb/WinUSB device, as seen in Device Manager: After some web searching, […]
My Windows 11 Home (24H2) is behaving as if Windows Update is totally non-existent as of a day ago. Whenever I click “Check for updates” from the Start menu, it takes me to the default Settings screen. Whenever I click on the Windows Update panel in the top-right of that […]