N0rbert

Results 58 comments of N0rbert

Where you got this `libssl1.1`? Installing with `apt-get install ./deb-name.deb` does not help. ``` cd ~/.cache/ukuu/v4.17.8/amd64/ xenial@xenial-vb:~/.cache/ukuu/v4.17.8/amd64$ sudo apt-get install ./*.deb [sudo] password for xenial: Reading package lists... Done Building...

``` $ apt-cache policy ukuu ukuu: Installed: 18.5.1-0~201805120527~ubuntu16.04.1 Candidate: 18.5.1-0~201805120527~ubuntu16.04.1 Version table: *** 18.5.1-0~201805120527~ubuntu16.04.1 500 500 http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial/main amd64 Packages 100 /var/lib/dpkg/status $ cat /etc/os-release NAME="Ubuntu" VERSION="16.04.5 LTS (Xenial Xerus)"...

Thanks. I mean https://github.com/rstudio/bookdown/blob/b428ade285fa80bd1641561fe405b33a87d0bd14/inst/rstudio/templates/project/resources/common/05-blocks.Rmd#L17 from *File → New Project → New directory → Book project using bookdown* and so on.

Still happens with latest RStudio 2024.04.2 Build 764 and other components: ``` > sessionInfo(package = 'bookdown') R version 4.2.2 Patched (2022-11-10 r83330) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 12...

Confirmed on Ubuntu 18.04.1 LTS amd64 (following [this question on AskUbuntu](https://askubuntu.com/q/1076546/66509)). Steps to reproduce: ``` sudo apt-get install cmake git build-essential libboost-dev libboost-regex-dev libboost-filesystem-dev libboost-serialization-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libeigen3-dev libbz2-dev...

Thank you for reply. I'm very new to RaySession. If I'm doing something wrong, please correct me. I'm talking about the clients (programs) windows managed by RaySession. Below is the...

After some trial and error I have also tried to install latest RaySession version from master branch. To keep this process reproducible I have [documented it on AskUbuntu](https://askubuntu.com/q/1318585/66509). Of course...