Jason Gilman

Results 44 comments of Jason Gilman

I'm building another library on top of clj-wamp that will allow capturing and sending data for visualizations to a web browser. I wanted to integration test it using phantomjs. I...

I'm the maintainer of Proto REPL. I had a similar issue and found that using Atom can tell you the context for any code by using scopes. See https://github.com/jasongilman/proto-repl/blob/master/lib/editor-utils.coffee#L45

If you run lein repl at the command line do you see a failure? Sent from my phone > On May 18, 2017, at 10:47 PM, Felipe Gerard wrote: >...

I think it would be worthwhile to offer the ability to close the REPL while leaving the connection open. There would have to be another indication that the REPL is...

This is a limitation of Proto repls block finding code. It can find matching braces but doesn't find the code before those that can impact what they do like #{}...

I'm not doing anything special when printing a stack trace. You should be able to follow the leiningen instructions on clj-stacktrace to use it. If that doesn't work let me...

I see what you mean. I'm not sure right now what needs to change but I think I need to make some change in Proto REPL for this to work.

I'm not seeing this issue. @KeatonDunsford or @lyndsysimon can you produce a stack trace of the problem. Are you both just trying to execute text entered at the REPL?

Maybe the cmd-alt-x is having problems determining the current namespace. It's just running `(clojure.test/run-tests)` in the current namespace. Does executing code from that file work as well? Cmd-alt-t will run...

It's always possible that your project may be setup differently somehow. Can you try running tests in the Proto REPL demo project? You should be able to run individual tests...