Git Product home page Git Product logo

demo-guestbook's People

Contributors

nikolap avatar pez avatar yogthos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

demo-guestbook's Issues

Failed to download deps

Hi there! It seems that the jar versions specified for both kit-undertow (1.0.6) and cider-nrepl (0.35.3) aren't hosted on maven? Changing the versions to 1.0.5 and 0.35.1 seemed to do the trick for now. Not sure if I am missing something though.

λ ~/code/clojure/clojure/ clojure -Tnew create :template io.github.kit-clj :name kit/guestbook
λ ~/code/clojure/clojure/ cd guestbook/
λ ~/code/clojure/guestbook/ clj
Error building classpath. Could not find artifact io.github.kit-clj:kit-undertow:jar:1.0.6 in central (https://repo1.maven.org/maven2/)
λ ~/code/clojure/guestbook/ clj -M:dev:cider
Error building classpath. Could not find artifact cider:cider-nrepl:jar:0.35.3 in central (https://repo1.maven.org/maven2/)

Problem with system-fixture

This

(defn system-fixture
  []
  (fn [f]
    (when (nil? (system-state))
      (core/start-app {:opts {:profile :test}}))
    (f)))

when use with (use-fixtures :once with-system) is giving:
cause Wrong number of args (1) passed to: tanktest.franquias.test-utils/system-fixture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.