András Svraka

Results 8 issues of András Svraka

## Describe the issue Can't use MSYS shells in non-mintty terminals. I'm not sure, if this is right place to raise my issue, and I have no idea whether this...

Consider the following R Markdown file in `somewhere/project/paper/report.Rmd` ```` markdown --- title: This is in a subdirectory output: github_document --- ```{r setup} library(texreg) knitr::opts_chunk$set(error = TRUE) m

The recent changes which introduced `directory-form` in the rg scanner broke magit-todos on Windows. With the default settings `magit-todos-list` starts an rg command, which looks like does it's job but...

bug
help wanted

Automatic runtime calculation is a nice addition but it can cause problems, if e.g. you use [targets](https://docs.ropensci.org/targets/) to manage your project pipeline because duration changes between runs and breaks reproducibility....

``` r library(fixest) setFixest_etable(group = list(foo = c("disp", "hp"))) est est #> Dependent Var.: mpg #> #> Constant 37.11*** (2.111) #> wt -3.801** (1.066) #> disp -0.0009 (0.0103) #> hp...

RemoveDrive prepares drives for "Safe Removal" by commandline. The app has been included in a popular but not "known" bucket by @rasa ([here](https://github.com/rasa/scoops/blob/master/bucket/removedrive.json)), and the manifest was taken from there....

review-needed
package-request-needed

As already noted by @VincentGuyader in a comment in `get_workspace_id()`, currently there's no way to query all workspace IDs from **togglr**. As far as I understand, `get_workspace_id()` is used in...

help wanted

Hello, thank you for maintaining this bucket! I find removedrive a very useful utility, which I think deserves to be included in one of the default Scoop buckets. I opened...