Rijnder Wever

Results 43 issues of Rijnder Wever

The code that maps rgb pixel inputs to ascii characters in the `generate_grayscale_for_image()` function can be written more efficiently by using matrix calculations from numpy. Currently, it looks like this:...

Any way to change the color output? By default, my html comments are green, which for longer comments makes them quite hard to read in my theme (which might be...

enhancement
help wanted

One feature from `nm-applet` that I miss in `networkmanager-dmenu` are "exit status" notifications. Especially because dmenu itself provides no indication of wether your action was (un)succesfull, and, optionally, why something...

I'm quite new to rust, so sorry if this is problem purely caused by my incompetence. Still, whenever I try to build this program, I get the following error(s): ```...

When compared to `sxiv`, which uses inotify to monitor file changes, `imv` reloads images relatively slow. Apparently it polls the current file path every second or so. I believe inotify...

Feature

I try to keep my system clean of non-64bit executables and libraries (mainly to reduce maintenance, upgrade sizes, etc). Because this script has a ton of 32bit dependencies I have...

question

Somewhat of a weird suggestion maybe, but would you be open to expand this tool's functionality to monitor specific trackpad gestures? (e.g. four finger taps, various swipes, "tip-taps") This tool...

enhancement

Sorry for not using the official bug template, it always returned error code 400 on my end, and acted pretty buggy in general. ## Bug description ## I use a...

**Is your feature request related to a problem? Please describe.** I like to run `mpv` with a specific set of arguments when I play a podcast. `marrie` let's you define...

Various` sp-*` functions don't work properly on HTML comments (e.g. ``) when in _certain_ major modes (`html-mode`, `markdown-mode`, and `gfm-mode`), but work fine in others (e.g. `python-mode` or `text-mode`). I...