Greg Hale

Results 50 comments of Greg Hale

@jeremybmerrill a couple options for the sandboxed build: `cabal install` in your scenario should put the binary in `./.cabal-sandbox/bin/hashes-cli` `cabal install --only-dep && cabal build` should put it in `./dist/build/hashes-cli/hashes-cli`...

@jeremybmerrill I think probably the hard failure on image download could be responsible for both issues? When the download fails, the whole transaction populating `ads` will fail, so no phashes...

@jeremybmerrill `phash :: text[]`. I read images out of `images :: text[]` and make one phash per image. (ps - happy to use another means of communicating if you want...

It's on `hackage`, so the hackage-to-nix infrastructure is pulling it into `haskellPackages` from there. I don't see which `steeloverseer` dependency could be blowing up the closure size - just a...

You're welcome :) I know of a couple tools that have done it - dhall and pandoc. In each case yeah I think there was some work involved. @SenchoPens if...

@phadej Yep, I would change the order to start with manual instances, mentioning Generic instances and @bergmark's special-purpose types and conversion functions later. What do you think?

How would we feel about replacing `smol_str` with [`smartstring`](https://github.com/bodil/smartstring). - It's from Bodil, which is always a +1 in my experience. - It seems to depend on memory layout details...

SGTM. How about the `smartstring` proposal specifically? Are we happy to move forward with that, perhaps doing a rust version pin at the same time, perhaps pinning later?

@arlyon When you say pin to a version of rust - are you just talking about stripe-rs's CI? Or do you mean that the library will stop supporting earlier versions?...

Sounds useful! And someone I follow on twitter found postgres is sufficient for the full-text search: https://twitter.com/ArtirKel/status/1196222748449742848 (edit) That's probably too heavy of a dependency.