We are facing an intermittent issue in a Magento 2 production store where category/search product listing breaks randomly. Environment: Magento Version: 2.4.8-p5 PHP Version: 8.2.x Search Engine: OpenSearch OpenSearch: running locally on the same server Index Prefix: custom Magento index prefix Product aliases are similar to: [index_prefix]_product_1 [index_prefix]_product_2 Issue: Sometimes […]
Daily Archives: June 13, 2026
(Windows 11/Excel 365) I’ve been trying to enlarge the text size in my Excel VBA modules. The typical way to do this (Alt+F11 to open VBA window -> Tools -> Options -> Editor Format -> Size) is described here and here. However, changing that, in and of itself, is not […]
It is in the registry key HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem . I’m using Windows 11 version 25H2. I already knew the registry value ConsentPromptBehaviourAdmin in this registry key and its purpose. Now I’m having four questions regarding the registry value ConsentPromptBehaviorEnhancedAdmin in this registry key: What the purpose of this registry value? What […]
Recently, I used pdftk to add pages from pdf to another. But to my surprise, the output file now takes less space than the original pdf file. In particular, the original pdf file say file1.pdf had 510 pages. And I needed to add the page 1 of file2.pdf before the […]
When creating a PDF from another source, whether a web page, LibreOffice/MS Office DOCX document, or an EPUB book, I usually want to keep searchable text, as well as an image of each page. That process has become difficult in Windows 10, whether using MS Print to PDF, BullPDF, CubePDF […]
I read a few articles on Git LFS (Large File Storage) and I am more confused about when I should apply LFS instead of having a clear idea. My situation is following: I work locally, and don’t push to remote servers, although I am thinking to make a local-repository on […]