Thomas Wells
Thomas Wells
@toindev - Did you figure out how to use this for TOC-style links within a given note? I tried using markdown-it, but still didn't get quite what I was looking...
Oh, I see now (#1567) that the markdown engine(?) has been changed to https://github.com/mity/md4c . Maybe this issue is now moot.
I actually couldn't quite figure out how to link to sections *directly*. I was expecting something like this to work: ``` # My Title [Skip to conclusion](#conclusion) [Skip to footnotes](#footnotes)...
> Are you sure the table with the filters isn't also broken? Interesting! Yes, I get the same broken dropdown in that table. There is certainly something wrong with that...
Thanks for the reply! Sorry for the delay. [insert here standard excuses about day jobs and side projects] So, I think you're suggesting update BACKUP_MAPPING to look something like this?...
I believe I'm also experiencing this issue (or a related one). I'm working with parquet tables in arrow. If I set `r.session.watchGlobalEnvironment` to false, the issue goes away, but I...
I should note, in my case, I have object size disabled but still get the issue. Relevant settings: ``` "r.session.emulateRStudioAPI": false, "r.removeLeadingComments": true, "r.helpPanel.cacheIndexFiles": "Workspace", "r.sessionWatcher": true, "r.session.watchGlobalEnvironment": true, "r.session.objectTimeout":...
One more thought after a bit of digging: I wonder if adding some of these ["known unsafe" conditions ](https://github.com/rstudio/rstudio/blob/9516dec57312035414041cac6f37b87d3d49cacf/src/cpp/session/modules/SessionEnvironment.R#L953) from RStudio's environment functions to the [`inspect_env` function ](https://github.com/REditorSupport/vscode-R/blob/70e3267c88052c8f299363719c18c776bdab139c/R/session/vsc.R#L269) for this...
Apologies for the multiple notifications. I intended to stop digging into this, but kept going. I now believe the source of the slowness is the multiple calls to `dim()` [at...
Good question. No, it looks like I haven't implemented this test yet in my setup. It's still on my to-do list.