Jonah Langlieb

Results 24 comments of Jonah Langlieb

@sainathadapa I used what kmfrick recommended (in case it's helpful, I included my code at the end. To give credit where it is due, I think I found a variant...

I'm happy to start a new issue because it's only tangentially related. But I was also getting `basic_ios::clear: iostream error`. I was red-lining my memory use so thought it could...

For anyone else who is having trouble with the rtl8822be driver on this repo, the [kernel has a staging driver for it](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/staging/rtlwifi/rtl8822be) - depending on your distro, you might need...

This was a dealbreaker for me but everything else about literate-calc-mode has been amazing. From another blogpost, you can do something like ``` (after! calc (defalias 'calcFunc-uconv 'math-convert-units)) ``` https://hungyi.net/posts/solve-system-of-equations-literate-calc-mode/...

I was also looking into this and agree with @janxkoci that jupyter debug protocol would be amazing. As a slight oversimplification they're just using Microsoft's "Debug Adapter Protocol", already used...

I had the same issue and I think I narrowed it down to a python versioning issue. I was running an older version of Python (3.6) and in newer versions...

I'm curious what a nice way to do this is. One quick hacky solution I did when I hit the same problem was to find where R was storing the...

One thing which I have found generally helpful is running R/rstudio from within a conda environment because R packages are so brittle. It also allows me to experiment with this...

I agree and for what it's worth, where I find using the `browser()` debugger useful in rstudio .rmd files is to debug external libraries/other R files, stepping through the function...

Hi, I was working on adding a new parallel backend to batchtools and my favorite part is how it can then automatically integrate with the broader `future` ecosystem. However, exacerbated...