Matthias Vallentin

Results 44 issues of Matthias Vallentin

This should be S\{0} instead of S. Even though arrows should indicate refinements, we could still explicitly show that 0 is not part of the carrier set. Reported by [Chinjut](https://news.ycombinator.com/item?id=13843895).

``` ./bootstrap tmux .../.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh: line 12: tmux: command not found FATAL: Tmux Plugin Manager not configured in tmux.conf Aborting. ```

bug

There are quite a few nuggets that we can harvest from https://github.com/gpakosz/.tmux.

feature

The vim command `:make` is a convenient way to build source code. However, different projects often have different build harnesses (pdflatex, Makefile, ninja, etc.). I find it inconvenient to start...

feature

The [Asychronous Lint Engine](https://github.com/w0rp/ale) is a plugin for text editors to enable continuous linting while editing. Here's an example of how to integrate it: https://github.com/thoughtbot/dotfiles/pull/535

feature

Looks like a clean alternative to the basic diff: https://github.com/so-fancy/diff-so-fancy

feature

I found several useful applications of pseudo-random number sampling in the past. In particular: - [ ] Inverse transform sampling - [ ] Gibbs sampling (This issue serves a reminder...

enhancement
good first issue

VAST is platform for data-driven security investigations. It supports many relevant threat hunting data sources out of the box, like PCAP, NetFlow, Zeek, Suricata, etc.

Great project! It would be really nice if we had support on macOS via Homebrew, allowing users to install Diagon via `brew install diagon`. Is there anything that would prevent...

I frequently find myself navigating through lengthy compiler output where I first zoom and then have to scroll through error messages. For this task, a combination of `VimuxInspectRunner` and `VimuxZoomRunner`...

enhancement