Elian H. Thiele-Evans

Results 21 issues of Elian H. Thiele-Evans

I've been having trouble working with callr and box. Specifically, sourcing modules by `box::use(./module)' fails, as it appears that callr attempts to find them in a /tmp/ folder, rather than...

⚠️ bug

In my spare time, I've been working on a rudimentary module manager ("boxingtape - grab") in the vein of yarn/npm (still extremely WIP, early stages, etc.). One thing I've been...

💬 discussion
✨ new feature

# WIP R executable selection Major contribution: extended R executable selection. Related issues #696 #1130 #1148 #747 This PR may need to be split into two parts: (1) R executable...

Currently we use a task that runs `devtools::test_all()` for testing, which could be potentially be modified to use the testing API. It could also be used to expand what testing...

feature-request

At present, function definitions are files stored on disk. The current liveshare implementation avoids this through virtual documents, which has the added benefit of marking documents as read only. I...

feature-request

# What problem did you solve? Solves #796. Both knitting and previewing xaringan slides should work as expected ## (If you do not have screenshot) How can I check this...

**Is your feature request related to a problem? Please describe.** In order to install the latest push to VSCode-R, users have to manually download and install the extension artefact from...

feature-request

**Is your feature request related to a problem? Please describe.** I think it would be useful to be able to distinguish what type of file is currently open, beyond the...

feature-request
stale

Live Share currently extends session watcher capabilities to guest sessions. However, there are some features that are currently lacking. This issue serves as a checklist for improving Live Share. **General...

enhancement

# What problem did you solve? Closes #1403. Smart knitting was failing for multi-line custom knits because the filepath argument was being put on a newline (seemingly due to a...