Fork me on GitHub
#calva
<
2018-12-01
>
bozhidar13:12:17

> Why doesn’t fastlane suppor transit+edn, @bozhidar? I suspect I am getting something wrong here. 😃

bozhidar13:12:43

I didn’t even know Transit had this. 🙂 I just assumed that for you dealing with JSON is more or less the same as dealing with EDN.

pez14:12:51

No, you are right, it doesn’t have that. I have always assumed that it has because we use transit in my project at work and I was unaware that it took the path via JSON (we have EDN at the server and EDN in the client).

pez14:12:39

I can of course do the same in the Calva nREPL client.

pez14:12:09

@bozhidar, how would I use fastlane in a leiningen project?

pez15:12:11

I am looking at a fresh luminus project. It has some code that it looks like I can modify to make it use fastlane. But I would like to be able to specify what is needed from a command line, like that command line for clj in the fastlane README.

pez16:12:05

@bozhidar, never mind my thinking-out-loud above, for now. I’ll start with a deps.edn project and creating an nrepl client speaking transit, and can worry about leiningen and stuff later.