Fork me on GitHub
#luminus
<
2021-09-19
>
cvetan11:09:42

hello everyone 🙂

cvetan11:09:18

I started leearning clojure and luminus and I have couple of missunderstanding, hoping someone here can help with

cvetan11:09:32

first of all how do I trigger functions such as create-migration?

cvetan11:09:45

do I first open repl with lein repl inside project directory?

cvetan11:09:00

I first tried that and got error

Old account12:09:36

what is the error?

cvetan12:09:22

I got this error: IllegalArgumentException find not supported on type: mount.core.DerefableState clojure.lang.RT.find``

cvetan12:09:37

but I found the discussion from this channel and resolved it by running

cvetan12:09:47

after that creating migrations worked

Old account12:09:28

So it all worked out 🙂

cvetan12:09:17

yes, thanks

Apple14:09:00

after you launch lein repl use (start) . (restart) is stop + start you get the idea.

cvetan14:09:34

can someone help me with definining rest routes via swagger and reitit

cvetan14:09:50

I've followed official luminus docs but I can't understand it

cvetan14:09:58

I also wrote question on reitit channel

Old account16:09:56

try waiting until Monday.