Alex Kwiatkowski

Results 108 issues of Alex Kwiatkowski

Howdy, Do you have any plans to support [Quart](https://pgjones.gitlab.io/quart)?

enhancement

This now has the same error as Zig 0.11.0 https://github.com/mjoerussell/zig-odbc/issues/11

Allows `ODBC` library to be overridden with common environment variables e.g. `LD_LIBRARY_PATH`

Currently there are build and test errors ```shell ╰─ zig build /home/alex/workspace/mjoerussell/zig-odbc/build.zig:27:9: error: local variable is never mutated var lib = b.addStaticLibrary(.{ ^~~ /home/alex/workspace/mjoerussell/zig-odbc/build.zig:27:9: note: consider using 'const' /home/alex/workspace/mjoerussell/zig-odbc/build.zig:63:13: error:...

I'm looking to add tests for this library. I maintain an [ODBC drivers Nix flake](https://github.com/rupurt/odbc-drivers-nix) with Postgres, MariaDB & Db2 drivers currently. Would it be OK if I use that...

Howdy, Thank you for making these bindings! I need an ODBC -> Arrow transformation. Is that something you want in this library or should I make a separate repo?

I'm building a python project that includes jinja templates and css files. Unfortunately it seems like the dream2nix pip module doesn't support [setuptools package-data](https://setuptools.pypa.io/en/stable/userguide/datafiles.html#package-data) as those files are not included...

### Describe the feature/command for FlyteCTL Currently you can only set the name of the seed project as a string https://github.com/flyteorg/flyte/blob/14171fd84d171a609e619a214fa36695fc79990b/cmd/single/config.go#L27 https://github.com/flyteorg/flyte/issues/2503 ### Provide a possible output or UX example...

enhancement
good first issue
flytectl

When I try to use the `listDatasets` function from `IBM/zos-node-accessor` on Deno v1.37.1 I get the following panic with stacktrace ```shell ./evac.exe : At line:1 char:1 + ./evac.exe dataset list...

bug
compile
panic

How would you feel about publishing records for the gateway source in addition to the current service & ingress? For example with the envoy gateway the published record has an...

enhancement
help wanted