Manuel Hentschel

Results 60 comments of Manuel Hentschel

> Note that there isn't a single cutoff height, but each svg element seems to be cut off relative to its total height. I have no idea what's causing this...

I added a function to replace the ids using regexes for now, which seems to be working fine. But since this mechanism is quite error-prone, this should at some point...

I've made a number of changes recently, let me know if you have any feedback, questions, or find some bugs :)

I really like this idea, and also the other improvements you recently pushed! I haven't had a chance yet to look into them in detail, but hopefully next week I...

Hi. I haven't considered further publishing the package yet, since it does not pass some CRAN checks (e.g. due to accessing non-exported functions from some packages). And not to conda-forge...

Could this be related to https://github.com/ManuelHentschel/VSCode-R-Debugger/issues/155? From your info and the logs I can't see anything wrong with your setup otherwise...

I have the same issue, see also https://github.com/REditorSupport/vscode-R/issues/1191#issuecomment-1242647516 ff. As a workaround you can disable diagnostics by putting `options(languageserver.diagnostics = FALSE)` in your .Rprofile.

> Cannot reproduce it on macOS and Linux. Maybe it is a Windows-specific issue regarding vscode-languageclient v8.0.2? That seems to be correct, downgrading to vscode-R v2.5.2 solves the issue for...

With diagnostics enabled I get ``` [2022-09-14 09:33:25.154] settings { "enabled": true, "args": [], "promptToInstall": true, "debug": true, "diagnostics": true, "lang": "", "use_stdio": false } ``` With diagnostics disabled I...

My first guess would be the httpgd backend, since the problem also affects the external browser and produces errors in R (the vscode viewer only interacts with httpgd through http/ws,...