Rongcui Dong
Rongcui Dong
Sorry, the system monitor is not fine-grained enough to capture this. But the CPU temperature spikes 20-30 C when I type in the document. I will try to reproduce one...
FYI, experiment shows that if I use the WDS iterators directly, I don't need to handle the worker info myself: ```ipynb { "cells": [ { "cell_type": "code", "execution_count": null, "id":...
Sent a pull request #847. Please review it some time.
Strange. When I try to make a minimal example, it does save to PDF correctly. I need to see what is happening in the remote environment that doesn't work. Not...
I will try quickly adding some test cases. It's the first time I develop Julia packages so I will need to check out some docs...
I have changed behavior slightly to make sure the basic `x + y + z` works, giving `x`, `y`, and `z` respectively. Further making the completion more robust might be...
As a note, the julia tokenizer might be helpful for a better solution: https://github.com/JuliaLang/Tokenize.jl
Do you have any plan on merging? I think the current state is good enough for an intermediate improvement.
Any updates?
Any activities on this? @stevengj can this be merged, or are there some feedback?