Fork me on GitHub
#clojure-nl
<
2019-03-28
>
Mno13:03:50

mornin’ Coding on a plane is hard, I forget I need internet to get dependencies.

Mno13:03:03

:man-shrugging:

thomas13:03:04

if you are still over land you could turn or your phone and download it (officially not allowed, but I think it will work in practise if you are next to a window)

borkdude13:03:37

@hobosarefriends exactly, same thing I had on the train to Berlin 🙂 luckily 4G still works there, but flaky

Mno13:03:24

I’ll try that one on the way back, but that still leaves all of the atlantic open for refactoring and sleeping.

thomas13:03:17

yes, if you are flying cross Atlantic you better download everything you might ever need.

borkdude13:03:51

I actually thought I had dowloaded all the dependencies, but then you run with a different clj alias and the extra-deps still have to be pulled in

Mno13:03:47

Oh that’s good to keep in mind, I wonder how much space i need for a copy of most clj and cljs libraries with their documentation :thinking_face:

borkdude13:03:08

download all of clojars… hmm

thomas13:03:50

maybe you only need the latest version of everything?

kirill.salykin13:03:03

> download all of clojars… hmm maven as well?

Mno13:03:57

and npm just as well just in case you want to do some cljs, while we’re at it.

borkdude13:03:40

FWIW we have a fairly big CLJS front end but until now we have managed to avoid NPM 🙂

👍 4
Mno13:03:09

I’ve already gone to the darkside with shadow-cljs and reagent, maybe i should switch while the project is still small.

Mno13:03:00

too many things to leaaarn 😨

borkdude13:03:05

yes, cljsjs. for a few libs I’ve gone the oldschool route of downloading the min.js file and using foreign libs 😛

borkdude13:03:50

we are using d3 v3 but for some component we use a small part of d3 v4… so a dependency manager doesn’t allow that 😉

Mno13:03:32

oh, wow..

borkdude13:03:45

upgrading JS libraries is a pain in general. such a difference with CLJS

Mno13:03:19

Luckily I won’t have to deal with upgrading either for a while.. hopefully.