TIL: in VS Code's file switcher 'command bar', you can just enter a path:line:char stacktrace entry and it'll jump directly to the correct location
Relatedly: I wish Objection.js actually had meaningful error feedback instead of just throwing a meaningless stacktrace nested 10 levels deep
Note to self (and maybe others)
"TypeError: Cannot read property 'isPartial' of null"
... means that you've probably passed null/undefined into the `.for` method on a model
Small server part of the pixie.town infrastructure. Registration is closed.
Note to self (and maybe others)
"TypeError: Cannot read property 'isPartial' of null"
... means that you've probably passed null/undefined into the `.for` method on a model