Fork me on GitHub
#clojure-nl
<
2019-04-08
>
Stefan05:04:41

It works @borkdude; good job on providing a summary on a successful run! 🙂

thomas07:04:25

no idea what I'll be doing today...

thomas07:04:08

ooh.. and if someone is looking for a clj job... Vakantie Discounter is looking I've heard

gklijs08:04:13

That's Amsterdam right? Not really looking through.

thomas10:04:38

it is indeed

Dmytro Bunin06:04:41

we at Lemompi also looking for people (Eindhoven)

gklijs06:04:23

No consulting probably right? Also not really nearby. Would be nice if I could do some Clojure near Rotterdam

Dmytro Bunin07:04:29

yeah probably no consulting

borkdude09:04:03

thanks Stefan!

Mno15:04:30

mornin’ I’ll try out the cursive kondo today

borkdude15:04:29

cool. let me know if you have any problems

Stefan16:04:38

The blog post I wrote about my adventures with shadow-cljs and react native navigation was published today: https://040code.github.io/2019/04/02/react-native-navigation-and-clojurescript/.

parrot 4
4
Mno16:04:45

after running clj-kondo --lint $(lein classpath) --cache I should expect there to be a .clj-kondo directory to be in the project directory, right? or do I add it manually?

borkdude16:04:14

you have to create the .clj-kondo directory manually, before executing this

Mno16:04:16

nvm, it was definitely a create it manually type thing.

borkdude16:04:50

yes, create manually. clj-kondo doesn’t guess what the root of your project is, as you can have multiple subprojects

Mno16:04:41

I must’ve messed something up but to avoid channel clutter I’m going to make a thread..

Mno16:04:49

It’s weird the watcher fails but that directory almost certainly exists…

An exception occurred while executing watcher 'clj-kondo ClojureScript'. Watcher has been disabled. Fix it.: Cannot run program "clj-kondo" (in directory "/Users/risk/Documents/Code/Clojure/tessera/src/cljs/parley/components"): error=2, No such file or directory

Mno16:04:02

It’s slightly different layout (the output filter I had to put it in the output filters part) seemed pretty much the same.

borkdude16:04:45

it cannot find the program it seems. is it on your path?

borkdude16:04:46

if not, you can also use the full path to clj-kondo probably

Mno18:04:44

hmmm I’ll see if that works

Mno18:04:56

replacing clj-kondo with the /usr/local/bin/clj-kondo did seem to work, although it opens up a run>Output tab..

borkdude18:04:41

I think that’s “Show console: Error”

Mno18:04:59

It totally was, I should’ve been able to guess that one 😅

borkdude18:04:15

and do you see a warning in the editor itself?

Mno18:04:26

yep, works perfectly.

borkdude18:04:42

nice 🙂

🎉 4