James White

Results 5 issues of James White

Currently, with the way logging is implemented throughout the project, there are multiple "root" logs due to the combination of using the common convention: `logging.getLogger(__name__)` with the built-in logging facility...

bug
logging
Software Affected: stpipe
technical-debt

We've been experimenting with chalice and generally have been pretty pleased, but we've run into an issue while writing tests with `pytest`. Our chalice app contains multiple lambda functions with...

Relates to #59 - Need to identify the minimum working version of python for the project and identify it explicitly in the documentation - Investigate installation options/requirements for M1 Mac...

bug
help wanted
dependencies

(v3.3.0) When attempting to follow the documentation for [M2M authentication](https://docs.databricks.com/en/dev-tools/python-sql-connector.html#auth-m2m) I get an error that after tons of digging seems to be the result of a bug. Specifically, there's a...

In 4.0.4 it seems like the partial implementation of supporting complex types like arrays etc is resulting in incorrect syntax For example (where the list parameter is `[1, 2, 3]`):...