John Spurlock
John Spurlock
This library looks fantastic - looking at using it in a Deno project I'm currently working on. One of my first queries failed though - simplified version is: `SELECT nspname...
I'm unable to read non-fatal warnings after executing failed updates (say, after a fk constraint fails) via the standard getWarnings() calls (e.g. at the [connection](https://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#getWarnings()) level). Quick peek at the...
Is there any way you could use a different logging lib, or one that does not rely on reading the local machine hostname? This requires a special flag to run...
Hi there, great plugin! I have a configured datasource that needs to specify a custom `Authorization` header. This is working well in multiple dashboards.  I'd like to use this...
Looks like there was a rather huge announcement recently: https://developer.chrome.com/articles/new-headless/ Chrome 112 has a new headless option to share much more of the browser code with Chrome proper! Need to...
For example 'initial/compatibility_classic_13995.json' seems to contains two json objects separated by text content. The .json file extension is misleading in this case. Here is an example of the invalid text...
Bridgy is referencing `PropertyValue` without defining it. e.g see the attachment items here: https://bsky.brid.gy/ap/did:plc:cak4klqoj3bqgk5rj6b4f5do Change the AP context from: ```json "@context": [ "https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1" ], ``` to: ```json "@context": [...