Jack Bonaguro
Jack Bonaguro
Related to https://github.com/geckosio/geckos.io/issues/114 Trying to use the library in a ts-node project. The project needs to use `{ "moduleResolution": "node" }` in its tsconfig.json, as many modules (socket.io specfically) require...
I wrote a small program using tonc that just displays the string resulting from `sprintf(str, "should print \"-1\": %d\n", -1);`. The resulting GBA file faithfully prints `should print "-1": -1`...
According to documentation, idColumn should be set to null in the event a table does not have an id column: https://vincit.github.io/objection.js/api/model/static-properties.html#static-idcolumn But due to the typings, null is not a...