Giter VIP home page Giter VIP logo

find-deps's Issues

Ignore empty deps.edn file

This would allow for supporting clojure -A:user/find-deps ring > deps.edn in a new directory as an empty file is created by bash immediately when this is run.

Java 11 issues (?)

❯ clojure -A:user/find-deps http-kit                                               Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen
java.lang.IllegalStateException: Client/Server mode has not yet been set.
        at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98)
        at org.httpkit.client.HttpClient.finishConnect(HttpClient.java:395)
        at org.httpkit.client.HttpClient.run(HttpClient.java:472)
        at java.base/java.lang.Thread.run(Thread.java:834)
Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen
java.lang.IllegalStateException: Client/Server mode has not yet been set.
        at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98)
        at org.httpkit.client.HttpClient.finishConnect(HttpClient.java:395)
        at org.httpkit.client.HttpClient.run(HttpClient.java:472)
        at java.base/java.lang.Thread.run(Thread.java:834)
Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen
java.lang.IllegalStateException: Client/Server mode has not yet been set.
        at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98)
        at org.httpkit.client.HttpClient.finishConnect(HttpClient.java:395)
        at org.httpkit.client.HttpClient.run(HttpClient.java:472)
        at java.base/java.lang.Thread.run(Thread.java:834)

Hide SNAPSHOT versions by default

Great project!

By default, find-deps returns SNAPSHOT versions:

$ clj -A:find-deps reagent
{:deps {reagent/reagent {:mvn/version "0.8.2-SNAPSHOT"}}}

These are mutable prereleases, and should be avoided unless you're know what you're doing. Maybe find-deps should hide SNAPSHOT versions by default, perhaps with an option to include them?

can not find re-frame

clj -A:find-deps re-frame
{:deps {re-frame-forms/re-frame-forms {:mvn/version "0.1.3"}}}

expecting -
re-frame {:mvn/version "0.10.5"}

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.