Pankaj Doharey

Results 35 comments of Pankaj Doharey

Well i really want catch the magnet link and pass the link to peerflix like so : `peerflix "magnet link| -v ` to open vlc so that i can stream...

Thanks for the reply. I understand that but i think it could be done for the desktop app which is packaged as a nw.js app. In any case if you...

Hi @arichiardi There are two ways you can do that on clojure rebel prompt. 1. By invoking the keybinding C-x C-d on the function name ![screen shot 2018-05-16 at 10...

I think shortcut is a good thing, though i am not sure if it is planned. I think a good way would be to start the **repl** with `(use 'clojure.repl)`...

I really hope there is some way in `~/.clojure/deps.edn` to start repl with native dependencies.

Your alias doesnt seem to be working for me. My alias is the following for rebel readline: `alias cljrebl='clj -Sdeps "{:deps {com.bhauman/rebel-readline {:mvn/version \"0.1.3\"}}}" -J--add-modules -Jjava.xml.bind -m rebel-readline.main'`

The Java XML bind is used because the latest Java version 10 deprecated java.xml so it needs to be required for clojure to work with latest java.

I didnt notice the accompanying `deps.edn` this is good. Thanks!

Any updates on this?