I’m thinking to downclock my home PC, to lower power consumption. I found a BIOS option: CPU clock multiplier .. it was auto, i switched to 20x . Before my cpu was clocked at 3.2ghz, now a 2ghz. It is a Ryzen 5 3600. Do you think i’m saving Watt […]
Yearly Archives: 2022
I’ve found a program running on a friend’s Mac that is under the name “mapi.sport80.com” in screen time & it has been running consistently for 5 days straight, it looks to be accessing system preferences (has roughly 14 hours a day on screen time). Is there any way to find […]
I use Foxit Reader to complete a PDF form with the “add text” feature. Current I click on the “add text” button, the add 1 text, then click again on the “add text” button, the add a second text and so on. How can I just click only once on […]
So i have ssd disk, And somehow, GPT partition table got removed. From that moment, when i plug disk in, disk is still connected(image below) but when i try to acces it trough diskpart, its not visible(secon image below). I also tried to use arch installation media, did fdisk and […]
I have created a custom module in which I created a popup modal in custom location.js with require js on and add this js in default.xml file. On the first page load popup is open after the page load i want to load this js before the page load. Here’s […]
I want to load Fontawesome in my Magento2 without CDN. I have downloaded the font awesome library from this link Fontawesome 6.1.1. And in zip file I got these files as shown in the figure . And in my Magento2 folder at this path C:xampphtdocsmagento2appdesignfrontendHiddenapparelweb I have these files . […]
I’m trying to modify the Source Selection algorithm based on the following condition: Sort by Sellable(available) Quantity (Descending) and then location sort priority I have tried many tutorials but it’s not working, I tried to override the following model MagentoInventorySourceSelectionModelAlgorithmsPriorityBasedAlgorithm but not work. Is there any way to override distance-based […]
HI I was reviewing the code. Does :void mean ignore this function in my override? example: private function clearIndexTable(): void When I do override, I copy the original file and modify. The original file has few functions, I only need to modify one of the function. So how do I […]
I am trying to create a module that uploads Category image (as Category extension attribute) via REST API. The problem is that I can’t even fetch extension attributes in afterSave method of my Plugin with the lines of code below: $extensionAttributes = $category->getExtensionAttributes() ?: $this->categoryExtensionFactory->create(); Though, obviously, extension attribute is […]