Fork me on GitHub
#juxt
<
2020-01-16
>
Jakub Holý (HolyJak)06:01:38

Thanks. What other services? Do you have a tip for a good scheduling library?

dominicm06:01:09

External things like Google's thing. I've seen quartz used successfully via twarc also.

👍 4
geraldodev19:01:55

Hi folks , can I ask you about Edge here ?

geraldodev20:01:16

Starting with edge, trying yada.example-auth. yada version 1.2.6-SNAPSHOT appears not to exist. 1.2.6 exists but does not compile. With 1.4.0-alpha1 I can enter the repl and invoke (dev)

geraldodev20:01:05

yada.example-auth clj -Stree returns Error building classpath. Could not transfer artifact com.google.guava:guava:jar:16.0.1 from/to central (http://uk.maven.org/maven2): HTTPS Required (501)

dominicm09:01:33

Are you sure you have no mirrors? I was just having this issue, and I noticed I have a http mirror of maven in ~/.m2/settings.xml

dominicm09:01:20

Removing it fixed the problem

dominicm20:01:33

Do you have mirrors configured or anything for maven?

geraldodev20:01:25

no, what I did was update tools.deps to see if works. it didn't.

dominicm20:01:42

That's really strange. All I can think is that there's a dependency which uses that repo. I think tdeps supports that now.

geraldodev21:01:39

funny behaviour. i've renamed my /.clojure/deps.edn in order for it not to mess with edges's deps.edn. when you invoke clj it creates an empty /.clojure/deps.edn

geraldodev21:01:09

for a moment you think you've messed with the command