Sean Bowman
Sean Bowman
Right now logxi is embedded inside dat and is not accessible or configurable, except through the command line. For applications that use alternate logging libraries or aren't 12-factor apps, this...
Half the query functions in dat use the standard "sql.ErrNoRows" and half use "dat.ErrNotFound". Could you please just standardize on "sql.ErrNoRows" and drop "dat.ErrNotFound", so we can stop having to...
When I include code like the following in an HTTP HandlerFunc (or its ilk), and an error occurs in the database layer (e.g. "pq: duplicate key value violates unique constraint...
When I try to run "mvn clojure:repl" on my project, I get the following error message: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building singularity [INFO] task-segment: [clojure:repl] [INFO] ------------------------------------------------------------------------...
I'm calling "go db.Batch" to handle a large number of writes. I'm seeing errors in my code that the messages queued up in the batch aren't being flushed when I...
I've tried both `FetchContent` and using a homebrew install (on macOS) of notcurses and just using `find_package(Notcurses CONFIG REQUIRED)`, but I can't manage to get notcurses to install correctly. I...
If I have a`TEXT` column in my database table with null values in it, I'm unable to load that into a `*string` variable. Here's a really simple example. Suppose the...