James Tucker
James Tucker
These implementations enable us to maintain connections in database/sql pools. Fixes #70
We are missing implementations for [driver.Validator](https://pkg.go.dev/database/sql/[email protected]#Validator) and [driver.SessionResetter](https://pkg.go.dev/database/sql/[email protected]#SessionResetter) that are required in order for connections that have errored to be returned to database/sql connection pools.
The gist rule was matching all raw GitHub URLs, which reaches far beyond the gist service.
The contents of the files seem to pick a fairly random indentation depending on the section.
The Makefile has been through a lot of change in recent iterations and is overdue another cleaning. - Variables still in use are moved to the variable definition area at...
**Describe the bug** If you toggle monocle twice on a window that is the sole window in the sole workspace on a monitor, the toggle on/off works (after the fix...
**Describe the bug** Create an unmanaged window, say a layered window from some random program - for me a whatsapp window will do. When that window is initially focused, there's...
We currently have separate loops that process incoming message events from windows, translate them into our own event structure, and push them to another thread via a crossbeam channel. This...
The panic hook is nice in that it might allow for a log entry on panic. The problem is that the reliability of this is unpredictable, because panic hooks in...