Results 64 issues of Ben

good review and discussion here https://www.reddit.com/r/golang/comments/af3chc/go_implementation_of_the_bip_schnorr_signature/edw06bj/

with solidity 0.4.17 Clojure lein test `Caused by: java.lang.RuntimeException: Unable to resolve symbol: issuer in this context ` Code fails here, because functions are not being defined https://github.com/pelle/cloth/blob/master/test/cloth/contracts_test.cljc#L80 ==== Clojurescript...

I would like to format a file in place so instead of `joker --format foo.edn > foo_new.edn` do `joker --format --overwrite foo.edn` analogous to gofmt. wip here: https://github.com/benjyz/joker/commit/90537796735af164c85bdaad83f4d42733e6341a

Currently trading through 0x and python depends on putting several pieces together. A rough spec of the API: https://gist.github.com/benjyz/4a5cc1a94f28e0803b4c46cb3314db1d#wrapper-api Part of these libraries could be used to create trading-client-lib https://github.com/economicnetwork/archon-dex...

python
pinned
improvement :chart_with_upwards_trend:

how to set logging in the ping-pong example - it is info by default?

it would be nice to have the bridge documented here

``` import os if os.name == 'nt': .... windows part elif os.name == ''posix': ... mac part ```

``` "[archon.exchange.bitmex.bitmex] init bitmex - (2019-03-13 15:08:24,818) 56 name 'time' is not defined" ```

`[archon.exchange.bitmex.bitmex] Unhandled Error: 400 Client Error: Bad Request for url: https://www.bitmex.com/api/v1/order {"error":{"message":"Duplicate clOrdID","name":"HTTPError"}} - (2019-03-08 13:27:06,162) 457 `

https://stackoverflow.com/questions/25239650/python-requests-speed-up-using-keep-alive Prepare HTTPS session self.session = requests.Session()