E. David Aja
E. David Aja
I used Rstudio to create a theme: https://github.com/edavidaja/nord-rstudio
FWIW I went looking for it in `rig system`
Yep, still interested! Life is a bit hectic at the moment but I'll be able to give this more serious attention next weekend.
Variation on the theme: if an R function is called with an identically named namespace operator, the function call and some following punctuation are linked rather than the package name,...
The classifier only aceepts jpegs, should probably add some shinyvalidate
1. I saw it go by in a list of scoop or brew updates 2. scoop / brew / into a container image 3. I will be recommending this project...
I have rsconnect-python installed via pipx, so I think it’s on my path, just not accessible to the notebook kernel? On Jun 29, 2021, 2:24 PM -0400, Scott M. M....
As a workaround: if you are using the CLI interactively, do so without installing it as a project dependency--that is: install the cli with [`pipx`](https://pypa.github.io/pipx/).
Ideally (to me): - they should both support a `.connectignore` - `.connectignore` should follow the same rules as `.gitignore`
> It might be worth reverting from `pyproject.toml` to setup.py to support this: #668 [PyPA docs suggest pyproject.toml is the way](https://packaging.python.org/en/latest/flow/#the-configuration-file).