When I added __construct whatever I get an infinite loader. public function __construct(ResultFactory $res){ $this->anotherVariable = $res; } my <?php namespace VendorModulePlugin; use MagentoFrameworkAppConfigScopeConfigInterface; class MyShippingPlugin { private $anotherVariable; public function __construct(ScopeConfigInterface $res){ $this->anotherVariable = $res; } public function aroundCollectRates( MagentoShippingModelShipping $subject, Closure $proceed, MagentoQuoteModelQuoteAddressRateRequest $request ) { return $proceed($request); […]
Daily Archives: April 28, 2025
๐๐ค ๐พ๐ค๐ข๐ข๐ช๐ฃ๐๐๐๐ฉ๐ ๐๐ญ๐ฅ๐๐๐๐ ๐๐ช๐จ๐ฉ๐ค๐ข๐๐ง ๐จ๐๐ง๐ซ๐๐๐, ๐ฎ๐ค๐ช ๐๐๐ฃ ๐๐๐๐ก ๐ฉ๐๐๐๐ง ๐ค๐๐๐๐๐๐๐ก ๐ฅ๐๐ค๐ฃ๐ ๐ฃ๐ช๐ข๐๐๐ง: ๐-๐ ๐๐-๐๐๐-๐๐๐๐. ๐๐๐๐จ ๐๐จ ๐ฉ๐๐ ๐๐๐จ๐ฉ๐๐จ๐ฉ ๐ฌ๐๐ฎ ๐ฉ๐ค ๐จ๐ฅ๐๐๐ ๐ฌ๐๐ฉ๐ ๐ ๐ง๐๐ฅ๐ง๐๐จ๐๐ฃ๐ฉ๐๐ฉ๐๐ซ๐. ๐-๐ ๐๐-๐๐๐-๐๐๐๐.
I am recently getting a lot of BSOD errors on Windows 11. Earlier I felt it is about high temperature, since BSOD used to happen consistently in couple of minutes after boot when my machine used to hit consistent 90%+ CPU usage with temperature being 90C+. I started using external […]
In recent days, I frequently need to paste large blocks of text into VIM editor, and I noticed the operation appears to execute line-by-line. That is, If I press ESC or type anything during the paste, it instantly gets interrupted. I wonder is there a way to make pasting “atomic”โensuring […]
When I open https://udemy.com in my Chrome browser it displays the following error: This page isnโt working If the problem continues, contact the site owner. HTTP ERROR 401 However, the same page works in Edge, it also works in Incognito mode in Chrome. I am sure that if I clear […]
I have added my SSD from my old computer to the second drive socket in a new computer. I can’t figure out what to change in the BIOS to make the computer recognize it. I have put the old SSD in the #1 socket and the computer runs with this […]