-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with examples #31
Comments
Hey can you run Pkg.checkout("Escher") in the Julia repl and try again? |
I get:
and the same errors. |
I see these same errors on my OSX machine as well. The examples with the exception of mc.jl work for me on Ubuntu. |
I get the same errors as above except latex.jl which works. I am using Julia 0.3.8 on windows 7. |
All these examples work for me on the current master branch of this repo on Linux. Can someone confirm that the problem persists after running |
I can confirm that the above still applies. |
Okay I will need to get hold of a Mac to fix this. Will do. |
It is also present under windows. |
I see this is still open, what is the time line for a resolution? |
This was related to #29 and JuliaLang/julia#9079. |
Now
|
Facing the same issue with `sampler` has no method matching sampler()
in anonymous at /Users/rudimk/.julia/v0.3/Escher/src/cli/serve.jl:170
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/Mux.jl:15
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/Mux.jl:8
in splitquery at /Users/rudimk/.julia/v0.3/Mux/src/basics.jl:28
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/Mux.jl:8
in wcatch at /Users/rudimk/.julia/v0.3/Mux/src/websockets_integration.jl:12
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/Mux.jl:8
in todict at /Users/rudimk/.julia/v0.3/Mux/src/basics.jl:21
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/Mux.jl:12 (repeats 2 times)
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/Mux.jl:8
in anonymous at /Users/rudimk/.julia/v0.3/Mux/src/server.jl:38
in handle at /Users/rudimk/.julia/v0.3/WebSockets/src/WebSockets.jl:353
in on_message_complete at /Users/rudimk/.julia/v0.3/HttpServer/src/HttpServer.jl:366
in on_message_complete at /Users/rudimk/.julia/v0.3/HttpServer/src/RequestParser.jl:103
in http_parser_execute at /Users/rudimk/.julia/v0.3/HttpParser/src/HttpParser.jl:92
in add_data at /Users/rudimk/.julia/v0.3/HttpServer/src/RequestParser.jl:151
in process_client at /Users/rudimk/.julia/v0.3/HttpServer/src/HttpServer.jl:337
in anonymous at task.jl:340 I've tried checking out and updating Escher, but to no avail. |
Try |
compose.jl
js console ouput:
latex.jl
mc.jl
plot.jl
plotting.jl
widgets.jl
Buttons are unresponsive, don't know if that is intentional.
The text was updated successfully, but these errors were encountered: