Dmitriy Dorofeev

Results 22 comments of Dmitriy Dorofeev

Thanks for verification! Actually it could be something with the network settings, it is very hard to debug. I assume that pgsql-http works fine, and if not I will post...

Seems unlikely there will be more updates on this, closing the issue.

Hello, connection is via loopback interface on localhost (127.0.0.1) without SSL. I'm a haskell newbie, so it is quite hard for me to add verbose logging on IOError exceptions. How...

Here is my `stack list-dependencies` ``` aeson 0.8.0.2 array 0.5.1.0 attoparsec 0.12.1.6 base 4.8.1.0 binary 0.7.5.0 blaze-builder 0.4.0.1 blaze-textual 0.2.1.0 byteable 0.1.1 bytestring 0.10.6.0 case-insensitive 1.2.0.5 containers 0.5.6.2 cryptohash 0.11.6...

Thanks, very helpful suggestions. May be [this discussion](https://github.com/psycopg/psycopg2/issues/263) would be interesting and put some light on the problem.

Hello 1. I did not use SSL, it is disabled by pg_hba.conf for localhost 2. I changed things slightly on the server to reduce amount of payload in postgres messages....

News out there: it crashed again with the same error. Also, I restarted Postgres due to config file changes and haskell daemon crashed with these lines: ``` FATAL: terminating connection...

trying to install transient-universe-0.5.0.0 on a clean system. ``` stack install transient-universe-0.5.0.0 Writing implicit global project config file to: /Users/deem0n/.stack/global-project/stack.yaml Note: You can change the snapshot via the resolver field...

After `transient-universe-0.5.0.0` was installed I see this error: ``` stack install axiom ghcjs-perch-0.3.3.2: download ghcjs-perch-0.3.3.2: configure ghcjs-perch-0.3.3.2: build ghcjs-perch-0.3.3.2: copy/register axiom-0.4.6: download axiom-0.4.6: configure axiom-0.4.6: build Completed 2 action(s). --...

@ggnery I wonder what language you used to call opencv funcs ;-) My bet is Rust, but who knows?