Justin Clift
Justin Clift
@chrisjlocke mentioned that having "read-only" api keys would be useful. There's an outstanding task to do fairly fine grained API keys, but that's going to take some time. It would...
Just noticed several instances of this showing up in the webui's backend log file. Note that the user and database name have been replaced for privacy. ``` May 03 03:22:37...
[ This issue is mostly a reminder to take a look at this later, as I'm focused on other areas presently ] It's not uncommon for the user avatar image...
With a recent adjustment of our backend code, we're now able to look at the files people have attempted to upload, but which have failed the SQLite database integrity check....
These two exception messages showed up in the production API server logs a few hours ago, though nothing seems to be actually wrong with the backend: ``` Apr 25 09:21:29...
Ubuntu 18.04 reached its official End Of Life (EOL) in April for the majority of users (aka those without support contracts): https://ubuntu.com/about/release-cycle So, we need to update this for a...
At present the book doesn't seem to cover the generation of end user runtimes from a single code base. eg: - How to compile an application to a MacOS X...
As a general thought while looking over the Readme, the polling aspect of things seems a bit non-optimal. Kind of wondering if using PostgreSQL's `LISTEN` / `NOTIFY` would be a...
Going to try out the SQLite3 driver in this repo, as mattn's one doesn't seem to cope with SQLite's dynamic type system. But... no example code for beginners to look...
Hi, Was just looking through our (sqlitebrowser.org) server logs, and came across a bunch of "Shovel" entries. Then trying to determine whether "Shovel" is a search engine, download, or wtf,...