Marcelo R. Avila

Results 7 comments of Marcelo R. Avila

Same here on Fedora 36 (gnome, kernel 5.18.10), affecting both the Appimage as well the RPM package. Same `Fontconfig warning` and compositor crashing. The [v1.9.0-beta.9](https://github.com/notable/notable-insiders/releases/tag/v1.9.0-beta.9) AppImage is seems to be...

Ok... After reading the content of `/tmp/multibootusb.log`, I found the [solution](https://github.com/mbusb/multibootusb/issues/336#issuecomment-380981533), that is, manually downloading `https://github.com/mbusb/multibootusb/blob/master/data/tools/gptmbr.bin` and saving in under `/usr/share/multibootusb/data/tools` now the process exits successfully (but I did not...

I also encounter this issue quite regularly and I've found a dirty **workaround** to _"fix"_ it that does not require restarting ST4 or reopening the current file. ![getting stuck cursor...

So, I should note that I started following the implementation of ALE and the same effect happens in [line 83 of ALEPlot.R](https://github.com/cran/ALEPlot/blob/master/R/ALEPlot.R#L83), when calling `cut()` with `include.lowest=TRUE`. First I though...

Thank you for the quick reply. Although that is not the exact issue, it did point me in the right direction. I am not very familiar with quarto but it...

One possible workaround would be setting a custom knitr engine and trying to make sure it points to python (jupyter) and uses `nbstata`. (here for context: https://bookdown.org/yihui/rmarkdown-cookbook/custom-engine.html) Disclaimer: that I...

That's great that quarto is now supporting nbstata! I just did a quick test with simple documents, and it ran fine on **VSCode** (interactive execution and compilation). On **RStudio** the...