Power Automate Glitch: When Initialize Variable Quietly Loses Its Value
If you rely on default values in Power Automate’s Initialize variable action, watch out—it can occasionally fail without throwing an explicit syntax error. Read more»
If you rely on default values in Power Automate’s Initialize variable action, watch out—it can occasionally fail without throwing an explicit syntax error. Read more»
Have you ever looked at your Hyper-V storage folder and realized a single virtual machine is consuming way more space than it should? I recently ran into this scenario with a Windows Server VM running SharePoint 2019. When inspecting the storage, I noticed that there were 3 separate virtual disks assigned to this single machine: Read more»
Many advertisements say something like “Only pay for what you use!” It sound like you can make your small app free of charge, but something can always go wrong. As I recently learned the hard way, serverless doesn’t always mean cheap. In fact, under the right conditions, it can be a massive budget burner. Here […] Read more»
If you see the message “Please wait for printer connection or cancel” when trying to print in Windows 11, Windows is usually attempting to select what it thinks is the most suitable printer automatically. This often happens when you use network printers. Read more»
Recently new version of SPFX framework was released and I wanted to try it. Luckily a small task came to me, and I decided to test it. I am satisfied with it, and I will write down benefits and disadvantages. Read more»
When you want to send to your colleague a text with C# code or any other language, you can make the code look just like in an IDE – colored and highlighted. If you type three backticks “` at the beginning of a line in Microsoft Teams and press Enter, you can write properly formatted […] Read more»
I knew that Linux is installed at my Windows Installation. And if I choose Ubuntu among the installed apps, I could use it. But not with WSL, then the error. It was the same as from command line, PowerShell. It also didn’t allow me to execute any Linux utils within ‘wsl -e … ‘ Read more»
Junior developer created some tools which packed to zip-archive some rendered files. He used for this DotNetZip (Ionic.Zip) library. Everything worked fine until today. But today, when users users tried to open zip-file, they’ve got the error “CRC has failed, the file is corrupt”. Read more»