drobert-bfm

Results 5 issues of drobert-bfm

it looks like "build" on docker_image don't work when connecting to a remote docker daemon, either via http(s) or ssh. It looks like the context isn't being sent over to...

r/image
p/windows
pinned

dbt-sqlserver declares itself to be incompatible with versions of dbt-core greater than 1.5.0, whereas dbt-core is now at 1.7+. The problem is in setup.py, under the following: install_requires=[ "dbt-core~=1.4.5", "pyodbc~=4.0.35,!=4.0.36,!=4.0.37",...

There's a version conflict due to the possibly over-restrictive dependency declared by deepparse on Pandas 2.0.3. Projects which require a recent version of Pandas for other reasons can't install deepparse...

bug

### Describe the Bug with repro steps Create a Logic App (Standard) in VSCode for Linux. Get a "NOENT: no such file or directory, scandir '/home//.azure-functions-core-tools/Functions/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows'" error. There's no such...

VSCode

Using Kerberos transport on Linux fails because the code looks for (and fails to find) winkerberos which is a Windows-only package. Upstream requests-kerberos has fixed this issue, but since the...