Jonathan Berrisch

Results 16 comments of Jonathan Berrisch

I'm facing the same issue when running this extension inside a vs-code devcontainer. Somehow saving isn't possible regardless if I choose a path inside the container or outside.

There is https://github.com/dill/emoGG did you think of this one?

Would also love to have a variable view like R-Studio has.

> In that case, it might be worth something to rely on the {showtext} pkg as part of phasing out? It seems to provide this exact function as well. Are...

Please address this issue. It's annoying and new users are very confused by this message. In educational environments, it's particularly attractive to pair Devcontainers with Live-Share.

I had the very same Problem some weeks ago using RCurl. The trick was to set "ssl.verifyhost" and "ssl.verifypeer" to `FALSE`. Those are `TRUE` on default. ``` filenames

Quick Update. So I was able to reproduce the same (meaningless) error message using the `sftp_list` function. However, specifying `curl_options` solved that problem: ``` sftp_list(con, curl_options = list( "ssl.verifyhost" =...

A quick and dirty way to get around this is using remotes' capability of installing specific tags like so: `remotes::install_github('mitchelloharawild/[email protected]')`

@nstrayer could you please merge some of the PR's? Many people love this CV very much but having multiple issues that can be easily resolved by merging PR's is frustrating,...

This is likely caused by cv.Rmd trying to read "CV_printing_functions.r" however, this file has a capital R extension -> "CV_printing_functions.R" as you can see [here](https://github.com/nstrayer/datadrivencv/tree/master/inst/templates) and [here](https://github.com/nstrayer/datadrivencv/blob/master/inst/templates/cv.Rmd). Quick fix is...