juxt

Jakub Holý 2020-01-16T06:52:38.016900Z

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

dominicm 2020-01-16T06:55:09.018100Z

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

👍 1
2020-01-16T19:58:55.018800Z

Hi folks , can I ask you about Edge here ?

Lu 2020-01-16T20:03:13.019100Z

Sure!

2020-01-16T20:08:16.021200Z

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)

2020-01-16T20:20:05.022200Z

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)

dominicm 2020-01-20T09:23:33.005700Z

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

dominicm 2020-01-20T09:24:20.005900Z

Removing it fixed the problem

dominicm 2020-01-16T20:53:33.023Z

Do you have mirrors configured or anything for maven?

2020-01-16T20:58:25.023900Z

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

dominicm 2020-01-16T20:59:42.024800Z

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

2020-01-16T21:05:39.027200Z

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

2020-01-16T21:06:09.027900Z

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