Ulises Cervino Beresi
Ulises Cervino Beresi
+1 to not closing. Having to add a gist to your .emacs is by no means a fix to this issue.
Same thing happens in mac os. Additionally, when trying to unfold an error tree I get: ``` let: Wrong type argument: char-or-string-p, nil ```
I went ahead and wrote https://github.com/ulises/sliver to this extent. I've done some minimal testing, and with some bookkeeping, one can have pulsar/quasar actors talk to native erlang processes. If I...
Thanks!
I wrote a [thing](https://bitbucket.org/ucervino/sliver/) for erlang interop with Clojure (I know there's `jinterface`, etc.). I've also added a hack on how you could tie `pulsar` actors with this, talking to...
Apologies, try this: - https://github.com/ulises/sliver/blob/pulsar-examples/src/sliver/core.clj - https://github.com/ulises/sliver/blob/pulsar-examples/reg_ping.erl
Ah, heh, yes. Not that big a deal, it's just following the docs and parsing binaries. The real work is on top of that :)
Just ran into the same issue: ```` Traceback (most recent call last): File "find_unspent_multibitHD_txes.py", line 257, in wallet = load_wallet(wallet_file, get_password) File "find_unspent_multibitHD_txes.py", line 156, in load_wallet faddr = bitcoin.bin_to_b58check(bitcoin.deserialize_script(out.script_bytes)[2])...