quatrix

Results 5 comments of quatrix

I have the same issue. Following code throws a ```ProcessExitedException()``` with a ```TypeError("can't pickle traceback objects",)``` ```julia using TensorFlow x = placeholder(Float32) y_ = placeholder(Float32) W = get_variable("W", [50, 10],...

Hi, I'm having the same issue when using ring-clojure + graalvm, without explicitly using ring.middleware.multipart-params. requiring ```[ring.middleware.multipart-params.temp-file :refer [temp-file-store]]``` seems to work around it.

@felipenoris thanks for the quick reply! yes, same error with `0.4.2` ``` (@v1.4) pkg> status Status `~/.julia/environments/v1.4/Project.toml` [4fe8b98c] Mongoc v0.4.2 [458c3c95] OpenSSL_jll v1.1.1+3 ```

Hi, I pushed a new commit b3175af46227bfe58c643bca69334633585ebb51 that fixes the python3 binary values storing issue. Now tornadoredis handles values more like pyredis under python3, meaning all values are of type...