N0rbert

Results 35 issues of N0rbert

If you have time - please provide a 64-bit package of RStudio for arm64/aarch64. This will be a killer feature for modern Raspberry Pi 4 with 4Gb+ of RAM :)

To reproduce the issue the following code may be used: ``` \begin{equation} f\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k} (\#eq:binom) \end{equation} ``` it represents equation in [RMarkdown / bookdown syntax](https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#equations). Remarkable 1.87 does...

I have the following minimal Rmd bookdown example file named `index.Rmd`: --- documentclass: book site: bookdown::bookdown_site output: bookdown::odt_document2: default bookdown::epub_book: default bookdown::word_document2: default --- # Example code listing See Example...

bug
next

**Describe the bug** VGrive does not show tray icon / indicator when installed from FlatPak. Actual other tray icons / indicators (from `psensor`, `hplip-gui`, `telegram`, etc.) are working normally on...

bug

### Replication Case Let's assume that we have code presented below: ``` # First header Some text before list: * orange; * yellow. Some steps: 1. List of colors: *...

bug

Steps to reproduce: 1. Install AppImageLauncher from [deb-file](https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb) into Ubuntu MATE 18.04 LTS system 2. Download latest [CubicSDR-0.2.5-x86_64.AppImage](https://github.com/cjcliffe/CubicSDR/releases/download/0.2.5/CubicSDR-0.2.5-x86_64.AppImage) to ~/Downloads folder 3. Double click on `CubicSDR-0.2.5-x86_64.AppImage` file in the `~/Downloads`...

Linux

# Steps to reproduce 1. Have Ubuntu 18.04.2 LTS installed 1. Install latest [`pandoc-2.7.2-1-amd64.deb`](https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-amd64.deb) with cd ~/Downloads wget https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-amd64.deb sudo apt install ./pandoc-2.7.2-1-amd64.deb 1. Install R with `sudo apt-get install...

This is feature request. [SnapCraft store](https://snapcraft.io/store) have a lot applications, but it is difficult to determine the properties of selected snap package. It would be great if you add human-readable...

Priority: Medium
UX Needed

Below is the minimal reproducible example: ``` --- title: "Latex Cases" output: bookdown::pdf_document2: default xaringan::moon_reader: lib_dir: libs nature: highlightStyle: github highlightLines: true countIncrementalSlides: false --- \begin{equation} \begin{cases} \Delta_{0}=0,3\Delta_{1}+0,3\Delta_{0} \\ \Delta_{1}-5=0,2\Delta_{1}-0,2\Delta_{0}...

bug
help wanted

I have just bought great nice-looking Sipeed Longan Nano - RISC-V GD32VF103CBT6 Development Board with Acrylic Case . I have already installed Arduino IDE 1.8.16 on my Ubuntu MATE 18.04.6...