Home » Archives for March 2024
This article will explain how to fix an annoying situation, where Visual Studio fails to find any System types or other “basic” stuff you’re pretty sure your project should have, automagically, out-of-the-box, without you doing anything. Stuff that comes with .NET. Stuff that should just work. But life isn’t always…Continue reading “Predefined type ‘System.Object’ is not defined or imported” and other System namespace stuff missing in your solution?
This article explains a stupid workaround for fetching a GraphQL schema into Postman when Postman doesn’t want to accept it. You might run into this issue if you: (a) use Postman, (b) on Windows and (c) need to import a GraphQL schema. I guess nobody else does, though? But I…Continue reading How to import GraphQL schema to Postman in Windows?
This article explains how to fix an error “NoRegisteredProviderFound”, which is thrown by az cli’s aks commands when you’re trying to run pretty much any aks commands in PowerShell/Terminal. Read on to join me on a journey to discover how a fresh install of the Azure CLI can simply randomly…Continue reading How to fix “NoRegisteredProviderFound” when trying to run any aks az cli commands
A couple of weeks ago I posted about a really annoying issue – persistent mouse/touch device input lag on Windows 10. It was driving me crazy for an afternoon before I found the right Windows Update package to uninstall, purge, cleanse in hellfire, ship right back to Microsoft (with an…Continue reading How to fix annoying mouse/touch device input lag on Windows 11?