Profpatsch

Results 462 comments of Profpatsch

I can reproduce: ``` # cat /proc/27066/environ | tr '\0' '\n' LANG=de_DE.UTF-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/home/gitit LOGNAME=gitit USER=gitit SHELL=/bin/bash ``` I had a German umlaut (`ü` in this case) and got the...

I was able to fix by using `C.UTF-8`, though since we are committing these from a webform, we should be able to fix to `UTF-8` by default, right? Then it...

Maybe it’s helpful to some, our gitit is run from this systemd service file: ``` # systemctl cat gitit # /etc/systemd/system/gitit.service [Unit] Description=OpenLab custom gitit wiki After=network.target [Service] ExecStart=/home/gitit/gitit-0.13.0.0/bin/gitit --listen...

Since the `save` function also needs to read the password, it should probably be saved in a struct after the environment variable is unset. This is still not perfect (it...

> though if you run Beehive in an untrusted environment or executing rogue code (say via exec bee or linked modules), you'll probably have bigger issues. That is not the...

Hm, setting it to `truecolor` makes the colors appear very weird in `fish`, so maybe lilyterm does not come with truecolor support. I set it to `true` instead, and now...

Hm, the shortcuts for that are `Ctrl+Del` and `Ctrl+Ins` which are fairly close on normal keyboards, so I just use that. The menu is rather long as it is imho.

Oh, and you can set shortcuts however you like.

`r Emacs ,` tries to open `http://emacswiki.org/wiki/EMMS>,` What is a good rule for which chars should be stripped at the end? Oh, I found it: http://daringfireball.net/2010/07/improved_regex_for_matching_urls I just knew there...

Can you further elaborate why this should be dangerous? You just ordered us not to use that regex without explanation. I think I’m not the only who doesn’t want to...