I have a POS system on a Windows computer with dual screens. When I extend the display to set up the customer display, the touchscreen on my main display stops working. If I duplicate the display, it works fine but duplicate my main POS App. However, I need the POS […]
Yearly Archives: 2026
In Thunderbird, you can unsubscribe from certain IMAP folders]1 so as not to see the folders there anymore. How can you do that in Microsoft Outlook? I want to hide the “Junk Email” and “Archive” folders Here is my Outlook version Microsoft Outlook Version: 1.2025.1209.500 Client Version: 20251212003.10 WebView2 Version: […]
When running Magento 2.4.4 with PHP 8.1, if I use a block object’s getTemplateFile method AND the block had no template set, I end up with an error that looks like this 1 exception(s): Exception #0 (Exception): Deprecated Functionality: explode(): Passing null to parameter #2 ($string) of type string is […]
I bought a new HP laptop with Win 11 Pro and Microsoft created a user profile, named with the first 5 letters of my e-mail address (“medfa”). In File Explorer, I see six profiles with redundant accounts: C:Users ~ Administrator ~ All Users ~ Default ~ Default User ~ medfa […]
I’m using KDE with Wayland on Fedora Workstation. I like to keep my work applications and files separate from my personal account, but also like to stay logged in as my personal account so I can do personal things if needed even during the workday (e.g. add doctor appointments to […]
I have bought a refurbished Lenovo Thinkpad with a 2TB ssd. I think it had Windows 11 on it originally but they made it Windows 10 as that was what t requested (not sure if that is relevant). I can see 4 partitions using CMD: Partition 1 System 100MB – […]
I am trying to print the raw SQL query of the below statement in Magento2 but am not able to do it. please find the statement $connection = $this->getConnection(); // I am getting the connection $tableName = $connection->getTableName(self::REQUESTED_TABLE); // getting the table $data = ['is_legacy'=>1]; // Update ‘is_legacy=1’ $cond_val1 = […]