Lucas Hoffmann
Lucas Hoffmann
Neovim provides a lua function [`vim.ui.select()`](https://neovim.io/doc/user/lua.html#vim.ui.select()) that can be used by plugins to ask the user to select one of several entries. Other plugins can than overwrite this function and...
**Describe the bug** Alot allowes me to `:quit` even though an external editor is still running. **Software Versions** - Python version: 3.8 - Alot version: 0.9.1-38-ga814a774 **To Reproduce** Steps to...
**Describe the bug** Not all html parts of a multi part email are rendered in alot. **Software Versions** - Python version: 3.8.9 - Notmuch version: 0.31.4 - Alot version: 0.9.1...
I just found this research about attacks on the rendering and status indication of signed mails in several MUAs: https://github.com/RUB-NDS/Johnny-You-Are-Fired We should check if alot is affected.
This wraps the config parser class from the stdlib to transparently fall back to a *_cmd option if an option is not set. The *_cmd option is expected to be...
I am not happy with saving my Hetzner password to disk in plain text. So I was looking for a way to allow hetznerctl to query my password manager but...
The old repository on github redirects to this one.
If I `\ref` a label that contains a minus character from within minted (with `escapeinside`) the compilation breaks. Other labels work fine. The mwe.tex: ```latex \documentclass{article} \usepackage{minted} \begin{document} \section{First}\label{first} \section{Second}\label{with-hyphen}...
HTML allows links to be marked with `rel="next"` and `rel="prev"` and some browsers support shortcuts to activate these links: https://www.w3schools.com/tags/att_a_rel.asp Can you please add these attributes to the links at...
I am trying to bring some updates to nixpkgs (https://github.com/NixOS/nixpkgs/pull/172096) and one of the problems is that lua-lsp requires dkjson `~> 2.5` but I would like to update dkjson to...