Kovas Boguta

Results 22 issues of 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.

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

As one evaluation is running, want to be able to create another loop and trigger another evaluation.

enhancement

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...

enhancement

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...

enhancement

While typing, the the portion underneath the input editor gets shifted up and down.

bug