I would like to get the catalog to sort by the custom attribute sort_order position. However, when using custom attributes to sort product collections, in MYSQL it sorts by attribtute value name, when using ElasticSearch it sorts by attribute value id. On Magento 1 I had put in place the […]
Daily Archives: August 15, 2026
I read this in the qbittorrent forum, what I have understood is that you need a passkey to join the swarm, after this how does encryption happen? I have seen peers in ubuntu 24.04 amd64 iso torrent where some peers have the “E” flag which when hovered on shows “encrypted”. […]
My laptop’s internal speakers stop producing sound every few days. When it happens: No application plays audio: browsers, Spotify, Discord, system sounds. YouTube shows “Audio renderer error. Please restart your computer.” Volume is at 100% and nothing is muted. The correct output device is selected. Device Manager shows no warning […]
Is there an easy way to assign the current document’s text to a JavaScript variable? Ideally, a one-liner such as: const sDocTxt = document.Text; Or: const sDocTxt = document.GetText(); My current approach is to retrieve each line with document.GetLine(iLine); and join them into an array. function getDocumentText() { const nLines […]
Background: I work with macOS and Windows. When accessing external servers via SSH from macOS, there are pauses of several seconds every few minutes during which the terminal freezes, but then continues to work normally afterward. I have since determined that this only happens with IPv6 connections. For example, if […]
I remember that back then (2017–2020), most websites loaded just fine, whether on 3G or EDGE — the only difference was the speed. As of today, even the search engine lite.duckduckgo.com/lite/ (in Google Chrome) barely works when searching on H+ and 3G mobile networks — not to mention EDGE. When […]