naushadh

Results 17 comments of naushadh

@NCrashed Created a sample project that focuses and reproduces this issue: https://github.com/naushadh/postgres-wire-issue25 See [out.log](https://github.com/postgres-haskell/postgres-wire/files/3051972/out.log) for test reproduction output.

Dug deeper into the code and realized the master branch is in the middle of some deep refactoring to introduce file system persistence of the search index; as such, this...

I suppose this is complementary to the existing `zipAsyncWith`?

@ketzacoatl I initially didn't know of that feature. However upon closer inspection I ran into some issues: - we won't be able to _just_ directly use `alpine:latest` as the runtime...

> Official alpine support for GHC-8.2.1 is still pending. One possible workaround for this is to replace the `builder`'s base image with a Debian based OS instead of Alpine. But...

Apologies for the very long delay; from your post it's evident you're trying to use MS-SQL with HMS; however, that's may break for more than just the connection url because...

Understandable; just for curiosity, do you mind sharing the other solution that you'd moved to?

Hey @mrmaddx2 , thanks for your PR. I enabled builds for you but then found `main` was broken due to some issues. I've since fixed them here: https://github.com/naushadh/hive-metastore/pull/5. Could you...

The build is now failing due to missing secrets [PR build](https://github.com/naushadh/hive-metastore/actions/runs/6668460454/job/18206893260?pr=4#step:3:5) vs [main build](https://github.com/naushadh/hive-metastore/actions/runs/6526162800/job/17719621866#step:3:5) Turns out I need to make some changes to securely expose secrets to PR builds: https://iterative.ai/blog/testing-external-contributions-using-github-actions-secrets...

Thank you! Will look into this soon. In the meantime, I'd be happy to accept contributions.