-
VS Code Failed to create file handle: Access is denied
Recently in Windows, while running VS Code primarily from Windows vs. WSL, I started encountered an error “VS Code Failed to create file handle: Access is denied” tl,dr; Relaunching VS Code as Administrator and checking for updates was the magic formula in my case. I encountered a possible solution on Reddit which suggested making sure…
-
Changing Docker Desktop for Windows between Windows and Linux Containers
Switching between Linux and Windows Containers in Docker Desktop for Windows
-
Golang nil returns suck ლ(ಠ益ಠლ)
Trying to make sense of nil return values in golang, coming from Ruby and C.
