2022-11-28
|~1 min read
|154 words
Every now and then GoLand seems to get in a borked state where none of the references in my Go project actually resolve. It’s annoying…
2022-11-28
|~1 min read
|197 words
One of my favorite things about VS Code is how easy it is to open a new project from the terminal. The application has it built right into…
2022-11-28
|~3 min read
|479 words
Error 1054: Unknown column [column_name] in ‘field list’ This error most commonly happens while trying to run tests locally in the repo…