I use the Windows’ Photo Link program to link to my phone: Where does Windows’ Phone Link program save its data (SMS, photos, etc.) on Windows 10?
Monthly Archives: July 2022
Currently trying to figure out and see if it’s possible to pull up all previous metadata information on an MP3 to see where it was like downloaded from & what did the file look like before editing it
Ok, so I was going to code so I opened vscode, but for some reason, my terminal font turned into monospace, even tho my settings for the terminal font was still the same. My font is MesloLGM Nerd Font Mono, since I use oh-my-posh, I have to use a nerd […]
How can I find a string in an HTML file whenever it is used and replace it (similar to ctrl + h = replace), then rename this file with the same string modified by creating new copy of the initial file, than repeat this steps from a list of strings. […]
I have some stream rips at ~2k kbps I’d like to cut down. ffmpeg -ss 4:00 -to 4:10 -i in.mp4 -an -vcodec libx265 -crf 26 -preset slow 26s.mp4 ffmpeg -ss 4:00 -to 4:10 -i in.mp4 -an -vcodec libx265 -crf 26 -preset slow -vf fps=30 26sr.mp4 The first is 60 fps […]
is there a way that we can capture payment for an order but only invoice the order later? In our case, we sell in-person training and these events are sold many months in advance. We wish to capture payment at time of purchase however only invoice the order once the […]
I’ve uploaded some product images both with csv import and backend interface of magento 2.3 and I noticed that the file size on the frontend is 3x the size of the file I uploaded. For example, I uploaded a 1200x1200px image (with custom Huffman lossless compression) around 600Ko. After Magento […]
Im developing a magento 2 site using WSL on windows 11. And for some reason my configuration page is not loading. Area in question is stores->configuration. Things i have tried: disabling all external modules and compiled setting correct permissions to all files setting correct ownership of files ran bin/magento setup:upgrade […]
I have attribute that values are dynamically mapped from custom tables. So attribute don’t have values by it self. I’d like to get mapped values every time getValue() is called. But i don’t want affect core magento files with additional “if’s”. For admin panel i created backend_model for this attribute […]