This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-29
Channels
- # aws (16)
- # beginners (14)
- # boulder-clojurians (1)
- # braveandtrue (184)
- # cider (9)
- # cljs-dev (17)
- # cljsrn (10)
- # clojure (70)
- # clojure-austin (16)
- # clojure-finland (2)
- # clojure-germany (4)
- # clojure-italy (6)
- # clojure-nl (6)
- # clojure-sanfrancisco (2)
- # clojure-spec (5)
- # clojure-uk (60)
- # clojurescript (82)
- # cursive (1)
- # data-science (1)
- # datomic (13)
- # defnpodcast (1)
- # docker (82)
- # figwheel-main (18)
- # fulcro (51)
- # funcool (6)
- # jobs (13)
- # jobs-discuss (5)
- # jobs-rus (7)
- # juxt (2)
- # leiningen (4)
- # lumo (5)
- # mount (1)
- # off-topic (38)
- # pedestal (9)
- # re-frame (13)
- # reagent (16)
- # shadow-cljs (70)
- # spacemacs (5)
- # specter (9)
- # sql (8)
- # tools-deps (2)
- # vim (6)
@mark.davidson The older versions of the library are all still available -- the book should specify which version of java.jdbc it is using and if you use that version, the code will work.
Also, if you do decide to use 0.7.8, you won't need to specify the :classname
because it should use that newer driver class name automatically (that wasn't true of 0.7.7 and earlier).
BTW, there's a #sql channel if you need to go deep on java.jdbc etc.
Thank you for pointing me to that channel and for your advice on jdbc versions. I think I’m going to with 0.7.8 and work with it.
I'm the maintainer, so if you run into any issues, I'll be happy to dive deep in #sql 🙂
Hello all, I'm brand new to clojure and I'm trying to create a new project using lein and the figwheel-main template. The problem that I'm running into, however, is whenever I run lein new figwheel-main life.game -- --react
I get an error:
Failed to resolve version for figwheel-main:lein-template:jar:RELEASE: Could not find metadata figwheel-main:lein-template/maven-metadata.xml in local (C:\Users\e79218\.m2\repository)
Failed to resolve version for figwheel-main:lein-template:jar:RELEASE: Could not find metadata figwheel-main:lein-template/maven-metadata.xml in local (C:\Users\e79218\.m2\repository)
This could be due to a typo in :dependencies, file system permissions, or network issues.
Could not find template figwheel-main on the classpath.
@zachary.randolph looks like you aren’t online or you may have a .cpcache in your directory?
well I'm fairly sure I'm online, given we're talking, but yeah.... Not really sure what to do here
@zachary.randolph It could also be file system permissions. e79218
is the user you are logged in as on Windows? Which version of Windows?
@seancorfield I am able to launch a Jetty server that produces a GUI that has an input that is making an Ajax call that is returning 0. How can I "catch" the Ajax call Jetty-side?
@its.ramzi Please stop @-ing me. I've given you all the help I can. I don't know how to help you at this point, sorry.