Daily Archives: November 30, 2025
A closer look at why clean optimized Magento extensions keep your store stable secure and ready for growth Continue reading on Medium »
I’m trying to get viewModel in two areas inside phtml. I’m getting an error (Fatal Error: 'Uncaught Error: Call to a member function getviewmodelText() on null). My code for ViewModel is : Phtml file : $viewModel = $block->getViewModel(); $heelDetail = $viewModel->getviewmodelText($item); Default.xml : <referenceContainer name="content"> <block name="size"> <arguments> <argument name="viewModel" […]
I try to relaying my favorite radio station using Icecast in my network. I’ve got a hint from the Icecast developer Marvin Scholz for a configuation that should work, but it doesn’t. The URL of the radio station (mp3 stream) is https://stream.radio1.ch/128k (it’s https, port 443), here his configuration: <relay> […]
Everytime I try to use any bluetooth headphone together with VoiceMeeter I get an error message right after selecting the device: Output Device not Working... Failed to Open Main Output Device (A1) Device not ready or used by another process. Select A1 Output Device first! Keep default settings (default buffer […]
I installed the libusbK with the zadig tool to install the libusbK 3.1.0.0 driver to plug in an antenna. After this, my USB stick (or rather the adapter that holds the SD card) could not be browsed anymore. It was shown in the device manager, but not as a drive. […]
For a while now I noticed that OneNote works a bit like ‘magic’, and I’d like to understand how it actually works. Specifically: when I create a note somewhere in SkyDrive in the OneNote Desktop programme, it creates a Shortcut in that directory. When I open that Shortcut, it opens […]
I’m trying to convert a JPEG to a TIFF using the following command: ffmpeg -i test.jpg -filter:v scale=in_range=full -pix_fmt rgba -color_range full test.tiff When I read the metadata of the JPEG file using ffprobe, I can see that both the color_range and color_space fields are known: ... color_range=pc color_space=bt470bg color_transfer=unknown […]