Blog
I just got a 150 DPI monitor, and now my Windows 11 font sizes are all over the map. For example, below is a snapshot of an Outlook dialog box on top of the regular Outlook menus. I tried reinstalling programs and logging out, but it still looks as shown […]
[The terminal shows I still have 512GB of space but only 410 is being used in the macbook, rest is classified as (free space). Image-[1] The disk Utility doesn’t show the 84GB anywhere either, is any of the partitions, but the full disk still shows the 512GB. Image-[2] How do […]
How to use smb4k with non-standard port?. I have tried to connect to a share that uses smb port 4445 (instead of 445) and I have not been able to connect with smb4k What is the configuration for the assembly? PD: Commands that I have used in terminal to see […]
I am trying to use ffmpeg to take a few clips from a video and combine them together, similar to this. Except that the clips come from timestamps that overlap. My command looks like this: "C:Program Filesffmpegbinffmpeg.exe" -y -i "C:temp5min.mp4" ^ -vf "select='between(t,4,6.5)+between(t,5,6)', setpts=N/FRAME_RATE/TB" ^ -af "aselect='between(t,4,6.5)+between(t,5,6)', asetpts=N/SR/TB" "C:temp5min-clip.mp4" The […]
I have the following files: /domain/domainname/public_html/index.php /domain/domainname/tests/test1.php /domain/domainname/tests/test2.php /domain/domainname/tests/test3.php index.php calls test1.php, test2.php, and test3.php The web host provides FTP access to /domain/domainname which cannot be disabled. I want index.php to be able to call those three php scripts within tests while blocking FTP access to tests. How do I […]
Magento is one of the most powerful e-commerce platforms available today. As an experienced Magento developer, I’ve seen firsthand how… Continue reading on Medium »
Magento 2 is a strong ecommerce platform that provides an abundance of functions and functionality. But to distinguish yourself from the… Continue reading on Elsner Technologies »
I’m trying to view a grid in database but I’m stuck on this error: Es100ProductNotifierModelResourceModelSubscriptionGridSubscriptionModel does not extend MagentoFrameworkDataObject Collection.php <?php namespace Es100ProductNotifierModelResourceModelSubscriptionGrid; use MagentoFrameworkViewElementUiComponentDataProviderSearchResult; class Collection extends SearchResult { protected $_idFieldName = 'subscription_id'; /** * Collection constructor. * * @param MagentoFrameworkDataCollectionEntityFactoryInterface $entityFactory * @param PsrLogLoggerInterface $logger * @param MagentoFrameworkDataCollectionDbFetchStrategyInterface […]