Jason Gilman

Results 15 issues of Jason Gilman

I'm working on integration testing a combination Clojure/ClojureScript application that uses clj-wamp. The server side would be started within normal test environment and the ClojureScript side would run inside a...

enhancement

Great library though there's areas where I would like some increased flexibility. It doesn't appear that RPC endpoints or event channels can be dynamically added. Is there anyway this functionality...

enhancement

The Cursive editor offers really great clojure.test integration See https://cursiveclojure.com/userguide/testing.html . The existing Proto REPL test integration just shows the clojure.test output in the REPL. Cursive has the right idea...

enhancement

Request from slack: "@jasongilman if a user/reset fails, and my repl buffer is hidden, is there a way to have an error message appear outside of the repl buffer? i...

It would be a nice feature if it were possible to navigate through a tree view using the arrow keys. If clicking within a tree view gave focus to the...

enhancement

A user filed the following against Proto REPL ([#99](https://github.com/jasongilman/proto-repl/issues/99)) but I think this is a problem with the Atom Ink inline scrolling. If you have something expanded that goes beyond...

enhancement
upstream

The follow Clojure result won't show up as an expandable result ```Clojure {:args [0], :arg-map {v 0}} ``` Running this ```JavaScript protoRepl.parseEdn("{:v 0}") ``` Returns `Uncaught Error: Map literal must...

A user reported that the following result is not showing an inline expandable map ```Clojure #:cognician.datomic-doc{:annotate-tx-fn #function[clojure.core/identity], :conn #object[datomic.peer.LocalConnection 0x3385a68c "datomic.peer.LocalConnection@3385a68c"], :db datomic.db.Db@5dcf3e22, :lookup-type :ident, :lookup-ref :db/doc, :entity #:db{:id 62}}...

Running `lein test` in `common-lib` is failing for `cmr.common.test.background-jobs` It's failing with this error ``` FAIL in (background-jobs-test) (background_jobs.clj:26) Start all the jobs and verify each job is called the...

The command references in the Oracle Libs readme says to run `cmr install oracle-libs` This fails with the error `...bin/cmr: line 207: install_oracle_libs: command not found`. That function doesn't exist...