Elian H. Thiele-Evans

Results 60 comments of Elian H. Thiele-Evans

Thank you, I think this is a fair critique. I'd be interested to see what other extensions/programs do wrt button placement

I'll have access to windows later today, so I should be able to work on the windows side to get to feature parity

An issue I've found that on windows side, if an R executable isn't openable it causes an annoying popup when loading the extension. It doesn't look like fs.access or fs.stat...

This is currently how the picker is looking: ![image](https://user-images.githubusercontent.com/60372411/179145713-588f3f3c-3790-4c89-adc5-bb6bff58a672.png) Recommendation is due to the renv lock file denoting a matching R version

Coming back to this PR, I think it's probably okay if support for "all" virtual environments is scaled back to just conda and renv?

Have we ever looked at saving a minimal globalenv representation + decompressing extension-side? E.g., using the protobuf format

Hi @MilesMcBain , did you end up looking at this? I'd be happy to give this a look :) Edit: It looks like `getThemeInfo` is expected to return a list...

Note that this will be implemented with #1143

RIght, I see what you mean re: LSP. I don't think I've come across this before, but I'll have a look through some extensions and get back to you. Also,...

It looks like this is also an issue with the bookdown format and outputs that use libs in general. We can get around this by using `output_options = list(self_contained =...