Sebastian Pfitzner
Sebastian Pfitzner
Although that seems to be more of a printing issue? Stopping at branch conditions makes sense to me.
Just as an FYI: At `atom-latex-completions` we worked around this issue by doing [initial sorting of results via string-score](https://github.com/JunoLab/atom-latex-completions/pull/22/files) and giving that to the fuzzy matcher -- seems to be...
FWIW, I can't repro this issue on Linux in VS Code. You might want to try to force Julia into single-threaded mode with the `"julia.NumThreads": 0` setting.
No, this unfortunately can't be the default behaviour because it breaks in other contexts (e.g. Jupyter). I guess we could try to make the defaults context sensitive (i.e. try to...
Doing this properly unfortunately requires the [enterprise version of ag-grid](https://www.ag-grid.com/javascript-grid-clipboard/), but I probably can hack something in with css.
I like it! The current implementation is probably a bit too separate from the main API, but I'd be happy to iterate on it in a PR.
Thanks for taking a stab at this! This is looking pretty good, but imho it would be *much* better to construct expressions directly instead of constructing strings and parsing those....
I can't repro this:  What versions of TableView and WebIO are you running? Can you try re-building TableView to make sure you're on the right version of ag-grid?
> Opening a blink window is sluggish. Do you think that I would see a significant performance improvement if I opened the table in a browser using Mux? I have...
Can you view any tables (or other WebIO widgets) in JupyterLab?