KevBelisle
KevBelisle
There is a `break;` on line 101 that isn't in a loop or switch, this causes an error in PHP 7.0. It is accompanied by this comment: `need to simulate...
This stops PDO from adding single quotes around integer values. See bug here: https://bugs.php.net/bug.php?id=44639
There being no license means it is closed-source and no one can use your source code or contribute to it.
After the docker container has been running for a while (can take a few minutes or a few hours), I start getting 500 errors on 50% of requests to /metrics....
I'm on an ARM64 Mac Book Pro, running the DevContainer in VS Code. After a fresh checkout, no pending changes, `npm install` and then `npm run rebuild`, I get this...
I was using [DB Browser for SQLite](https://sqlitebrowser.org/) to work on a database file, and would get the following error when trying to open the same file in Sqlime: `SQLite3Error: SQLITE_CANTOPEN:...