Daniel Beckwith
Daniel Beckwith
I've been working around this problem for a while by writing deserializer functions for every combination of container-foreign type that I use. The `As` idea looks very promising!
I would like this as well, it would be nice to be able to just run `bacon` and have it run all jobs at once.
I meant more running them in parallel, like in separate tabs. But now I realize that just opening separate terminal tabs and running multiple `bacon`s is probably the best way...
I have separate ones for `cargo test` and `cargo clippy`, since I think `cargo test` doesn't run clippy lints. Separate terminals seems to work fine for me though.
That's actually similar to my usual workflow where I'd use `cargo watch` to run `clippy` then `test`, which worked well because if `clippy` failed with a compiler error then there's...
I reverted back to 2.8.3.5 and it seems to be working, but there's definitely still a problem with 2.9.x
Xubuntu 16.04, I installed by downloading the release and running `contrib/make_packages`, then running the executable in the project root.
When I install `ltc_scrypt` and run it now, I'm back to the SSL errors: ``` Exception in thread Thread-15: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner...
(actually now I'm just getting the SSL errors regardless of having `ltc_scrypt` or not)
I am using a VPN, might that affect it? I've tried with a clean data directory.