Fork me on GitHub
#emacs
<
2017-04-05
>
piotr-yuxuan10:04:08

Hey, any users of magit-gh-pulls?

piotr-yuxuan10:04:09

Fetching a PR doesn’t work for me but I’m unsure about what I could have done wrong (I did nothing fancy) https://github.com/sigma/magit-gh-pulls/issues/108

piotr-yuxuan11:04:09

Hi there 🙂 I’ve been trying to use Dirac (#dirac, https://github.com/binaryage/dirac) from within Emacs. It’s been implemented as a Piggieback middleware fork, so we cannot run both of them. In Emacs I do (cider-jack-in) to launch a REPL then I enter (dirac! :version) but I got these error messages:

error in process filter: if: [nREPL] No response handler with id nil found
error in process filter: [nREPL] No response handler with id nil found
When I launch a REPL from the terminal it works like a charm:
$lein repl
user=> (dirac! :help)
;; You can control Dirac REPL via special `dirac` command:
Thanks in advance if you have any hints!