jamesob

Results 100 comments of jamesob

Sounds good -- I'll throw together an implementation for that pretty soon.

Hmm... In the test script, we actually test this case explicitly: https://github.com/jamesob/desk/blob/master/test/run_tests.sh#L44 Your platform may differ from the Docker environment, though. What OS and shell are you running on?

I'm unable to repro on Ubuntu 14.04: ``` $ ls -lah ~/.desk lrwxrwxrwx 1 job job 32 Oct 28 10:33 /home/job/.desk -> /home/job/Dropbox/code/desk_conf $ bash --version GNU bash, version 4.3.11(1)-release...

Could it be that you've got either `DESK_DIR` or `DESK_DESKS_DIR` set to some path that may not exist?

@mungler I'd try modifying the script to see if you can get it to work, then we'll work backwards from there. I'll try to repro tonight.

Definitely thinking about how to best enable something like this. Expect something in the next few days.

Hey Marty, thanks for the issue. Thanks to @rnewton and https://github.com/jamesob/desk/pull/14, this is pretty easy -- just include `${DESK_NAME}` somewhere in your prompt. For example (using `oh-my-zsh`), I do ```...

Nice @martylamoureux! Maybe we can spin up a wiki page or something.

This might be non-trivial given that [Eclair can't receive payments](https://github.com/ACINQ/eclair-wallet/wiki/FAQ#can-i-receive-lightning-payments-with-eclair-wallet-) - you'd have to somehow selectively disable functionality in Joule based on the backend.

I think this should be reopened. AFAICT, not encouraging users to register LND's self-signed cert with Joule opens remote nodes up to MITM attacks. If Joule can't do a registration...