Johan Larsson

Results 98 comments of Johan Larsson

Hm, actually it is kind of weird. If I start a REPL in one window and call `:IronRestart` from another buffer (window), the window with the iron REPL is closed...

No worries, thanks for responding. The fix unfortunately doesn't solve my problem.

If `feat` is used for changes and/or removal of features, then won't that make it harder to generate change logs automatically? I think it's wiser to use another keyword such...

It seems strange to me that the documentation for `parse_date_time()` suggests that we can use `W` to parse weeks into dates but that it doesn't work at all: ``` r...

For me, setting `maxncoef` to something large solves this issue. I'm guessing that the package hard-codes an array for storage of coefficients that's of dimension `maxncoef` but then for low...

I'm seeing this problem with the built-in LSP features from neovim too.

Yes. When disabling renv it works fine. Interestingly, I have another folder that uses renv where the issue does not occur. I have not so far been able to figure...

I noticed that commenting out `source("renv/activate.R")` in the `.Rprofile` once the errors start appearing stops the segfault loop. Perhaps this is a naive idea, but would it be possible to...

No, I just wiped R from the computer (including renv cache and all packages), and running the **steps to reproduce** above, I end up with exactly the same segfault.

I'm getting the sysreqs error that @dpprdan got with `rhub/rocker-gcc-san`.