Kun Ren
Kun Ren
Good to see you continue working on the notebook feature! I'll take a look when possible.
Thanks for the work, @markbaas! >Save output in a separate json file. Benefit here is that we can just put in the raw response that we get from the notebook...
If you need to send code to "active terminal" instead of the R terminal created by vscode-R, then you need to enable `r.alwaysUseActiveTerminal` in vscode settings so that your code...
Would you like to post your `r.*` entries in vscode settings?
In `Pipe(x)$f`, `$` always returns a closure assuming `f` is a function that can be `get()` from the evaluation environment to its parents. `Pipe()$mtcars` will inconsistently return a data object,...
@timelyportfolio, I implement a `list.query` to query list object or direct json string using JsonPath.
After some consideration, I think jsonpath does nothing more than the original functions but some recursive node searching like what `..` does in jsonpath. `list.search` should be enhanced so that...
Thanks, very impressive and exciting work! Definitely will help.
currently nothing but do my own work in real world :) I'll post and assign when I start some work.
would do other work for several days and won't make many commits for a while unless serious bugs are spotted. you can go ahead. thanks for you work!