luminus

cvetan 2021-09-19T11:52:42.016600Z

hello everyone 🙂

cvetan 2021-09-19T11:53:18.017500Z

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

cvetan 2021-09-19T11:53:32.018Z

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

cvetan 2021-09-19T11:53:45.018400Z

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

cvetan 2021-09-19T11:54:00.018700Z

I first tried that and got error

Old account 2021-09-19T12:23:36.019700Z

what is the error?

cvetan 2021-09-19T12:52:22.019900Z

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

cvetan 2021-09-19T12:52:37.020100Z

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

cvetan 2021-09-19T12:52:40.020300Z

(restart)

cvetan 2021-09-19T12:52:47.020500Z

after that creating migrations worked

Old account 2021-09-19T12:53:28.020700Z

So it all worked out 🙂

cvetan 2021-09-19T12:54:17.020900Z

yes, thanks

Apple 2021-09-20T14:49:00.023100Z

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

cvetan 2021-09-19T14:55:34.021500Z

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

cvetan 2021-09-19T14:55:50.021900Z

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

cvetan 2021-09-19T14:55:58.022200Z

I also wrote question on reitit channel

Old account 2021-09-19T16:10:56.023Z

try waiting until Monday.