Bo
Bo
The resource figure in the side panel does not resize with the panel. This is doable because [flot](http://www.flotcharts.org/) certainly supports such a feature. 
It could be convenient to reorganize a document by dragging sections around in the TOC panel, with possible side effect to change header level. Is there any reason why this...
Right now when we upload (e.g. drag and drop) ``` file1 dir1/file2 ``` we would end up with ``` file1 file2 ``` and the directory information is lost. I believe...
Is there a way to limit the number of concurrent uploading files, for one instance or even across sessions? Right now during stress testing many file upload fails if I...
Right now when an upload failed, the frontend will show `Upload failed`. When I re-upload, the new one, successful or not, will be listed as a separate entry. I think...
My JLab extension [jupyterlab-sos](https://github.com/vatlab/jupyterlab-sos/) uses a few tags to control the generation of HTML reports. Currently it [adds tags](https://github.com/vatlab/jupyterlab-sos/blob/master/src/selectors.ts#L98) and [removes tags](https://github.com/vatlab/jupyterlab-sos/blob/master/src/selectors.ts#L81) using keyboard shortcuts. However, the changes are done...
This looks like a reasonable feature, but there are a few problems. First as described in #1496, nested workflows can cause problems: ``` [a] output: something sos_run('b') [b] output: something...
Test `test_signature_of_remote_target`, if I remove the `os.remove("result.txt")` from line 309, the step will not be executed, not updating the local file with the correct answer. The original test was without...
SoS went very far in allowing multiple tasks to be executed on the same process. Mixing it with zmq made the executor very complicated. In essence, we divde the execution...