session icon indicating copy to clipboard operation
session copied to clipboard

repl into the clojurescript community

Results 16 session issues
Sort by recently updated
recently updated
newest added

The architecture for session seems really nice. I'm interested in creating a living report that collects benchmarks, example usages of clojure prototypes, and plots of result data. With [Gorilla](https://github.com/JonyEpsilon/gorilla-repl) I...

It would be awesome to be able to slurp JSON from a web endpoint inside session and have it be available as a value to manipulate.

For some reason, I can't find a way to type curly brackets (`{` and `}`) in the repl input on my [Scandinavian keyboard layout](http://en.wikipedia.org/wiki/Keyboard_layout#Finnish_multilingual). When I type `AltGr+7` I get...

Add mechanism to switch namespaces on each loop.

There need to be a way to abort or suspend an evaluation. Especially since currently it is only possible to do 1 evaluation at a time.

enhancement

I believe we need to move js libs into a "vendor" folder or something similar.

bug

Integrate codeq into session. The point here is to have granular tracking of function definitions over time. This is a step towards ensuring maximum reproducibility, for knowing which version of...

enhancement

Codeq annotates the transaction when adding its schema to datomic, giving a more elegant way to check if its schema has already been added to the given datomic db.

enhancement

Want standard library for data visualization included with session. Library functions should return tagged literals which then implement the IMVC protocol on the cljs side.

enhancement

It is essential that the sequence of inputs and outputs in session accurately represents what happened, and is reproducible. Currently it is possible to go back to an earlier input...

enhancement