Aaron Jacobs
Aaron Jacobs
Other structured logging libraries that pass around loggers as values (e.g. most Go libraries) often have syntax for creating a new logger that inherits the configuration of the parent but...
`log4r` makes some very specific tradeoffs compared to other packages. I want to highlight these tradeoffs, when they make sense, and when you're better off using e.g. `logger` (another great...
In keeping with #38, I want `log4r` to lean more fully into its structured logging. We should also clarify that the JSON and logfmt layouts are popular machine-readable formats for...
Every self-respecting R package needs one.
One of the key advantages of this package is its support for structured logging, but that isn't surfaced by default, and it probably should be. The default output for Go's...
This commit refactors `bigrquery`'s internals to use `httr2` instead of `httr`. I don't have a strong motivation for this change, other than the general belief that we should be trying...
The `odbc::databricks()` and `odbc::snowflake()` functions have been pretty successful, because we've been able to stuff a lot of unpleasant auth and configuration details in there that users would previously have...
We're expecting to add an authenticated repositories feature to Posit Package Manager soon. Because we're hoping to support both Python and R, we're limited by the fact that `pip` and...
This commit wires up a new credential provider for Connect's [viewer-based credentials feature][0]. Most of the actual work is outsourced to a new shared package, [`connectcreds`][1]. Viewer credentials are inherently...