Christopher Sasarak

Results 8 issues of Christopher Sasarak

# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...

# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...

# Overview #1256 ## Checklist - [ ] I added tests for this PR's change (or explained in the PR description why tests don't make sense). - [ ] If...

I have a set of tuples that I want to compare against in a query, the code is like this: ```haskell queryItemData :: [(Int, Text, Int)] -> Query (Column PGInt4,...

Hi, I've found that when I try to build `file-embed` using GHC 9.4 with `-O0` compilation fails when using a file > ~20MB in size. I get this error from...

# Overview This adds an arm build of the CLI for Mac. You can get binaries from the `build macOS-aarch64-build` action below. ## Acceptance criteria A build that works on...

# Overview This PR adds functionality to millhone for analyzing a container tar file for Jars and reporting fingerprints. It is a lightly adapted version of code we already had...

crypton-connection versions >= 0.4.0 [added a new field](https://github.com/kazu-yamamoto/crypton-connection/pull/3) to `TLSConnectionSettings`. This broke some code in `minio-hs` that didn't supply the new field. This PR addresses that by using the `def`...