Say for example, I have a drive the stores up to 4 GB of storage space, could a 16-bit processor be designed with 16-bit address space and 16-bit data space, but send multiple 16-bit words for accessing say, 32-bits of storage space? Like it sends the first 16-bits for the […]
Monthly Archives: April 2023
I have a virtual machine with an up-to-date Windows 11 (ver reports Microsoft Windows [Version 10.0.22621.1265]). When I press Ctrl+[ in a Windows Command Processor (cmd.exe) session nothing happens. When I revert to the clean install snapshot of the VM (where ver reports Microsoft Windows [Version 10.0.22621.525]) pressing Ctrl+[ types […]
When computer A (e.g. in Paris) wants to send e.g HTTP request to server B (e.g. in Berlin), then as I understand, (after all upper layers) the computer A has to send Ethernet frame to default gateway that gives access to Internet (so router). But how the router (e.g. this […]
I have a very confusing situation. I experience jittery video and audio over Zoom, Google Meet and MS Teams on a specific WiFi network. The jitter is very bad and almost 30% of the packets are lost. However, all other internet services are fine, Fast.com returns excellent speeds. In addition, […]
I’m on Magento 2.4.5, so I don’t know if the 2.4.6 jquery updates will fix this. Will try that at some point. On the frontend of Magento 2.4.5, jquery-ui.js is not directly loaded, Magento loads jquery.js and then you can require more jquery stuff as needed. In the backend, however, […]
I’m on a 2.4 dev instance and have enabled both options: Stores-> Configurations->Customer->Customer Configuration->Create New Account Options -> Show VAT Number on Storefront ->yes Stores-> Configurations->Customer->Customer Configuration->Name & Address Options -> Show Tax/VAT Number ->required The VAT number input shows on Account creation page but not in checkout page in […]
I have this code for my horizontal menu and would like to show different blocks for the different storeViews. For example the StoreCode is EN i would like to show the block en-horzizontal-menu the StoreCode is DE i would like to show the block de-horzizontal-menu The blocks allready exist. <div […]
So I am using the magento graphql api to go through the cart workflow. I am using the braintree payment method. Everything goes smoothly until I use the placeOrder mutation. It returns the error saying Unable to place order: A server error stopped your order from being placed. Please try […]