Profpatsch
Profpatsch
The `-encrypt` option introduced in https://github.com/muesli/beehive/pull/295 allows the config file to be encrypted via the `BEEHIVE_CONFIG_PASSWORD` environment variable: https://github.com/muesli/beehive/blob/57a4fabd506def6a9be960839466fce271771f58/cfg/aesbackend.go#L225-L239 In general, using an environment variable for a password is more...
Currently, graphmod colors modules based being the same package. This information is already conveyed by the grey bounding boxes. One property I’m usually interested in is how well modules parallelize,...
https://github.com/Tetralet/LilyTerm/blob/faf1254f46049edfb1fd6e9191e78b1b23b9c51d/src/notebook.c#L167 COLORTERM is a semi-standardized variable to signal the program whether the terminal emulator has true color support. See https://github.com/alacritty/alacritty/issues/1526 and the linked writeup https://gist.github.com/XVilka/8346728. @mueslix researched a lot into...
The last release is from Feb 2013, a lot has changed since then.
It’s green but should be grey-ish. Comparison lilyterm/urxvt: 
When I want to start a .desktop entry with terminal set to true it gives me the following warning:  Why is that? No other terminal does that, so I’m...
When choosing a color scheme (solarized in my case) I’d expect every color to change, cursor and background colors included. The way it is now I have to go to...
Somehow it’s not generated, though the docs are.
```diff - when (not $ isStaffMail email) ($(logThrow) Unauthorized) + unless isStaffMail email ($(logThrow) Unauthorized) ``` This happens when the unless refactor is applied. Not sure if related to the...
https://github.com/google/git-appraise Maybe relevant, seems to have a different goal.