Robert
Robert
I just ran into this (and #662 -- the messages are really quite confusing) today. My naïve expectation would be that elm-format would "simply" convert tabs to spaces, but I...
In the mean-time, a docs update would be highly appreciated.
After rebasing, this is currently failing with: ``` > /nix/store/gzms61swp55fg5qbvshyqv5jfsnfvybz-x86_64-unknown-linux-musl-binutils-2.38/bin/x86_64-unknown-linux-musl-ld: /nix/store/pcdy4i08qq7w4ipxa3xan6rqdpdvh8hs-icu4c-71.1-x86_64-unknown-linux-musl/lib/libicuuc.a(parsepos.ao):(.data.rel.ro._ZTIN6icu_7113ParsePositionE[_ZTIN6icu_7113ParsePositionE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' > collect2: error: ld returned 1 exit status > make[2]: *** [Makefile:66: postgres]...
@steve-chavez I believe I've addressed the review comments, could you have another look?
> Q: With the new `flushPool`, do see any performance impact in comparison to the old `releasePool`? I don't expect a meaningful performance impact for `flushPool`. The extra cost should...
> @robx I think this should be good to merge. Or should we wait on closing [nikita-volkov/hasql-pool#16](https://github.com/nikita-volkov/hasql-pool/pull/16) or #2422? I think it's time to fork (not just for this issue...
Closing in favour of #2454.
(It might be that it's just that `nix-shell --run postgrest-style` is not the right way to invoke it -- in that case, I'd like to know how to do it...
I ran into similar trouble today with `postgrest-nixpkgs-upgrade`, where I had run it a few days back to reach a state where some haskell packages wouldn't build, and couldn't run...
memory test diff (``, #2333, `+` this) ``` < ok 1 - POST /rpc/leak?columns=blob: with a json key of 1M the memory usage(15,605,584 bytes) is less than 16M > ok...