Kovas Boguta
Kovas Boguta
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.
I believe we need to move js libs into a "vendor" folder or something similar.
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...
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.
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.
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...
As one evaluation is running, want to be able to create another loop and trigger another evaluation.
1. Large results should not be stored in datomic directly. 2. Some kinds of results are not values and can't be stored anyway 3. Conveying results to other services is...
Need a generic way to handle values other than the result of the evaluation. The first use case is stdout and stderr. Want those streamed into the UI as they...
While typing, the the portion underneath the input editor gets shifted up and down.