Vincent Nijs

Results 39 issues of Vincent Nijs

I'm very interested in getting ncm-R to work in a Docker container but it has been a *long* time since I tried configuring vim. Would you consider posting your configuration...

Just tried out the Theia IDE extensions which looks really interesting. Unfortunately I got a 500 error. The developer console shows the following: ![image](https://user-images.githubusercontent.com/2998956/55714836-41831c00-59a8-11e9-955e-3359e418fe8a.png)

Is there a way to access the current directory shown in the jupyterlab file browser from python? In particular, I'd like to use that information in `jupyter_notebook_config.py` when starting up...

I was looking at some of the tutorials at https://vuejs.org and was very interested to see that vue.js is reactive. Reactivity is, of course, one of Shiny's killer features. I...

Hi @rich-iannone Could you push the version of DiagrammeR with the reverted mermaid code and css to CRAN? I have the fixed version available for my students but users installing...

A student reported an issue with graphs like the below in Chrome. ![image](https://user-images.githubusercontent.com/2998956/102723039-2fe7c200-42ba-11eb-8a69-e74d38defb74.png) I was able to reproduce the issue in Chrome using the example below. ``` DiagrammeR("graph LR;A(Rounded)-->B[Squared];B-->C{A Decision};...

In case you haven't seen it yet, [snapper](https://github.com/yonicd/snapper) looks like a really cool package that creates png screenshots of shiny-apps and, hopefully, Diagrammer plots (incl. mermaid). It doesn't quit seem...

@edgararuiz I very much enjoyed your webinar on "Best practices for working with databases". Using SQL server isn't that convenient for many of our students, however, so I wanted to...

I tried the below but `makeRep` doesn't work for ARM macOS packages ``` download

When I run the lines below *all* dependencies of the packages in the `pkg_src` character vector are downloaded from CRAN, even the ones that are already up to date in...

enhancement