Fork me on GitHub
#clojure-nl
<
2019-11-19
>
Mno08:11:14

Buenos dias

gklijs08:11:10

Morning, fixing some css issues, my favourite kind of problems.

dmarjenburgh08:11:35

Starting to setup property-based integration tests. Anyone have any good references/tips that might help?

borkdude10:11:15

@thomas Did you start your Clojure job yet?

thomas10:11:57

I have @borkdude and I am enjoying it!!!! the first two weeks was a bit of Java.... just to feel the pain 😉

thomas10:11:12

and now I am adding cljs support to one of the products

🎉 4
cljs 4
thomas10:11:17

and the travelling hasn't been a mayor problem.. (yet)

worrelsik11:11:45

Using VSC and Calva on MS Windows 10, clj-kondo shows an unresolved symbol in my core.clj despite the namespace where that symbol is defined being (require)d and (refer)d. Do I need to install the command-line version of clj-kondo to fix that? Or is there another way to solve this issue (I'd prefer to push the use of npm ahead of me for some time to come)?

borkdude11:11:22

@roger429 if you don't want npm, you can also download the uberjar from Github and use that as a command line tool. but apart from that, can you show the code that is causing the issue? maybe #clj-kondo is a better place to continue