I am rendering customer grid in the admin panel with some additional fields from the custom table. The grid is throwing with duplicate column error. I have used the below code. Vendor/Module/etc/adminhtml/di.xml <?xml version="1.0" encoding="UTF-8"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoCustomerModelResourceModelGridCollection"> <plugin name="sales-rep-customers" type="VendorModulePluginCustomerModelResourceModelGridCollection" sortOrder="90"/> </type> Vendor/Module/PluginCustomerModelResourceModelGridCollection.php <?php namespace VendorModulePluginCustomerModelResourceModelGrid; use […]
Daily Archives: February 2, 2025
Running the Linux whois command like this: $ whois porkbun.com Domain Name: PORKBUN.COM yadda yadda >>> Last update of whois database: 2025-02-01T20:58:21Z <<< yadda yadda connect: Network is unreachable The command returns the expected data to stdout, but returns a connection error on stderr. The exit code is 2. A […]
I have a table of (talk, venue, timeslot) tuples, alongside a column that indicates if that combination should be part of a schedule. Here’s how it looks Talk Venue Timeslot Scheduled? python Aspen 9 python Aspen 10 1 python Aspen 11 python Madrona 9 1 … … … … js […]
I have the Office 365 suite installed on my computer with a yearly subscription. If I purchase a perpetual Office 2024 Professional License and add it to my Microsoft account, do I need to reinstall the Office suite on my PC? I am not concerned with getting future Office software […]
use my work laptop (always connected to VPN) to remotely access my Samsung Tab (on my home network) via AnyDesk. The main reason I do this is that ChatGPT doesn’t work on my office laptop, so I connect to my tab, use ChatGPT there, and sometimes copy-paste or search back […]
As we know the MasterBootRecord starts with 440 Bytes of boot codes, from what I read, what they do is initiates the boot process and loads the operating system’s boot loader. But for a external hardrive which is used for file storage only and is completely not bootable, why is […]