Johannes Lade

Results 9 issues of Johannes Lade

I use css variables as outlined here: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/customizing.html#css-theme-variables My customs.css looks like this ```css :root { --pst-color-navbar-link: 255, 255, 255; --pst-color-navbar-link-hover: 192, 192, 192; --pst-color-navbar-link-active: 203, 86, 40; } #navbar-main...

needs discussion

I am using pydata-sphinx-theme for the documentation of [zfit](https://github.com/zfit/zfit). (The new version with the pydata theme can be found in the version doc_redesign). Now it would be very useful to...

I usually use `nvim $(bacon --prefs)` to configure bacon. I just found out that `bacon` needs to be run in a rust project. This makes sense I guess for most...

The `extern crate ` isn't necessary since the 2018 edition.

nom-version: 7.1.2 Hi First of all, thanks for this great library. I enjoy using it. This is about the nom docs, not about a feature. I just sat in front...

### Description Current behavior: ```bash ~$ typst compile main.pdf error: file is not valid utf-8. ``` New behavior: ``` ~$ typst compile main.pdf error: file is not valid utf-8. help:...

feature request
cli
diagnostics

I use obsidian to save code snippets. I have the following code snippet ```shell #!/bin/bash -l    #SBATCH --nodes=1    #SBATCH --ntasks-per-node=2 #SBATCH --cpus-per-task=18    #SBATCH --ntasks-per-core=1    #SBATCH --time=00:30:00      #SBATCH --partition=debug    #SBATCH --constraint=mc...