Mateusz Kaduk
Mateusz Kaduk
I have similar issue my own data also crash R session on ggtree(tree) line ``` library(ggtree) tree = ggtree::read.tree("mytree.tre") ggtree(tree) #
R version 4.1.1 (2021-08-10) -- "Kick Things" Rstudio Version 1.4.1106 ggtree 3.0.3 Hint: Running from command line results in no crash, I'll try updating Rstudio ``` R CMD BATCH ggtreePlot.R...
Updating Rstudio version solved the problem! It worked for me as well with Rstudio Version 1.4.1717. @lesserof2weevils can you confirm it also solves the problem for you? If so we...
Can't enable gnome-pomodoro in gnome 3.38.1-1, extension is not loading.
Can the markdown preview plugin be rewritten for gedit 3.14 ? Syntax highlighting is already there, but previow in side panel would be useful.
That didn't solve the issue for me. It still happens.
> An alternative is building Julia from source, that should use system libstdc++ as far as I know upside_down_face I should justify why I was not going system's stdc route....
I am not sure if this is related, but when I use ob-python, it correctly starts python3, but when I use ob-ipython, it fails back to python 2.7 which is...
I have the same issue on GNU/Linux Debian (sid). ``` LIBVA_DRIVER_NAME=nvidia MOZ_DISABLE_RDD_SANDBOX=1 vainfo libva info: VA-API version 1.16.0 libva info: User environment variable requested driver 'nvidia' libva info: Trying to...
Update, problem solved. I run ` NVD_LOG=1 vainfo` Which indicated that loading nvidia_drv_video.so requires nvidia-drm.modeset=1 I edited /**etc/defaut/grub** to contain ``` GRUB_CMDLINE_LINUX="nvidia-drm.modeset=1" ``` and rebuild grub ``` grub-mkconfig -o /boot/grub/grub.cfg...