Tim Howard

Results 25 comments of Tim Howard

I've been running into the same issue here and have been in contact with @hughess regarding the issue. I can concur with the observations of others that it seems to...

This may be related to this: https://github.com/duckdb/duckdb-wasm/issues/1658 As per the issue above, results in a TProtocolException when calling a Parquet file by URL, and is Windows specific, only affecting Chrome...

~~The issue seems to be fixed with the latest development version of DuckDB.~~ I've placed the following override into the package.json file: ``` "overrides": { "@duckdb/duckdb-wasm": "1.28.1-dev190.0" } ``` Early...

After some further testing, the issue has unfortunately reappeared. Does seem to be an ongoing issue with @duckdb/duckdb-wasm.

I had a working version of Evidence aside from the one affected, that had an override for `axios` (due to a vulnerability). Upgraded this on the affected one, and the...

I gave this a go a while ago as I needed to get AAD authentication working with a client secret. There's a few authentication modes the tedious plugin supports, so...

I've continued expanding the MSSQL connector with username/password, client secret and access token authentication. I've placed it in a new package at https://www.npmjs.com/package/@timhoward/evidence-connector-mssql so as not to break any installs...

> > I've continued expanding the MSSQL connector with username/password, client secret and access token authentication. I've placed it in a new package at https://www.npmjs.com/package/@timhoward/evidence-connector-mssql so as not to break...

> > I've continued expanding the MSSQL connector with username/password, client secret and access token authentication. I've placed it in a new package at https://www.npmjs.com/package/@timhoward/evidence-connector-mssql so as not to break...

> > I forgot to mention, due to security requirements we cannot utilise the 'azure-active-directory-default' authentication flow. We're usually utilising a service connector and the username/password or secret is never...