Coder Social home page Coder Social logo

jutsu's People

Contributors

hswick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jutsu's Issues

nightlight + jutsu dependency issue

Made note of this in README.

nightlight dependency must come after jutsu in dependency list. I believe the issue is somewhere on the js side of things with cljs. As both dependencies package a small website.

Would like to insulate jutsu from other libs. Maybe boot pods does the trick?

Slow when requiring

Currently takes a little less than 5 seconds to require jutsu.core namespace

Modify Page Header?

This library is fantastic, but I'm wondering if it's necessary to have the Jutsu header on the page without any ability to change it. I'm working on a project where that would feel very out of place and was hoping for a way to change the page header. Would you be open to making the header an option that can be changed?

core.async dependency doesn't play well with clojure 1.9.0

(require '[jutsu.core :as j])
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: medley.core, being replaced by: #'medley.core/boolean?

         clojure.lang.ExceptionInfo: Call to clojure.core/refer-clojure did not conform to spec:
                                     In: [2] val: (quote :as) fails at: [:args :exclude :op :spec] predicate: #{:exclude}
                                     In: [2 1] val: :as fails at: [:args :exclude :op :quoted-spec :spec] predicate: #{:exclude}
                                     In: [2] val: (quote :as) fails at: [:args :only :op :spec] predicate: #{:only}
                                     In: [2 1] val: :as fails at: [:args :only :op :quoted-spec :spec] predicate: #{:only}
                                     In: [2] val: (quote :as) fails at: [:args :rename :op :spec] predicate: #{:rename}
                                     In: [2 1] val: :as fails at: [:args :rename :op :quoted-spec :spec] predicate: #{:rename}
                                     :clojure.spec/args  ((quote :exclude) (quote [reduce into merge map take partition partition-by]) (quote :as) (quote core))

clojure.lang.Compiler$CompilerException: clojure.lang.ExceptionInfo: Call to clojure.core/refer-clojure did not conform to spec:
In: [2] val: (quote :as) fails at: [:args :exclude :op :spec] predicate: #{:exclude}
In: [2 1] val: :as fails at: [:args :exclude :op :quoted-spec :spec] predicate: #{:exclude}
In: [2] val: (quote :as) fails at: [:args :only :op :spec] predicate: #{:only}
In: [2 1] val: :as fails at: [:args :only :op :quoted-spec :spec] predicate: #{:only}
In: [2] val: (quote :as) fails at: [:args :rename :op :spec] predicate: #{:rename}
In: [2 1] val: :as fails at: [:args :rename :op :quoted-spec :spec] predicate: #{:rename}
:clojure.spec/args ((quote :exclude) (quote [reduce into merge map take partition partition-by]) (quote :as) (quote core))
#:clojure.spec{:problems ({:path [:args :exclude :op :spec], :pred #{:exclude}, :val (quote :as), :via [], :in [2]} {:path [:args :exclude :op :quoted-spec :spec], :pred #{:exclude}, :val :as, :via [], :in [2 1]} {:path [:args :only :op :spec], :pred #{:only}, :val (quote :as), :via [], :in [2]} {:path [:args :only :op :quoted-spec :spec], :pred #{:only}, :val :as, :via [], :in [2 1]} {:path [:args :rename :op :spec], :pred #{:rename}, :val (quote :as), :via [], :in [2]} {:path [:args :rename :op :quoted-spec :spec], :pred #{:rename}, :val :as, :via [], :in [2 1]}), :args ((quote :exclude) (quote [reduce into merge map take partition partition-by]) (quote :as) (quote core))}, compiling:(clojure/core/async.clj:9:1)

Trouble with plotting over 100 items

Hi! I tried out this neat library, but had trouble plotting more than 100 items.

The below:

(j/graph! "Testing"
                [{:y (range 1000)
                  :x (range 1000)
                  :mode "markers"
                  :type "scatter"
                  :name "testing"}])

gives only 100 items in the plot (see ellipsis at end of :x and :y):

image

start-jutsu! fails because of missing browser

(j/start-jutsu! 4000 false)
Starting http-kit...

java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!

I'm trying to launch Jutsu from an environment without a browser and it fails even with display = false

Can't make it work

Sorry, to bother you again, but I can't seem to make it working, now I'm able to open a session even from remote, but when I go to localhost:someport I only see a blank page. I tried plotting some of the examples in the README, but they never show up. I don't get any error, I only see the increasing nĀ° of the plot I try to draw but nothing else

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.