Klaus Alexander Seistrup

Results 51 issues of Klaus Alexander Seistrup

In order to save sidebar estate I put a [link title](https://daringfireball.net/projects/markdown/syntax#link) in the markup of the sidebar links: ``` markdown - [[email protected]](/mail.zeronetwork.bit/?to=example "Drop me a line") ``` But that rendered...

Python 3: ``` sh $ fsinfo http://www.github.com/ fsinfo: Error - 'HTTPMessage' object has no attribute 'dict' [/] No description available ``` Python 2: ``` sh $ fsinfo2 http://www.github.com/ [/] No...

bug

Jetforce is now available from AUR: * https://aur.archlinux.org/packages/python-jetforce ArchLinux users can install it with e.g.: ```sh yay -S python-jetforce ```

The fish `math` functions seems to get it wrong sometimes, when doing integer math: ```sh > math --scale=0 "22 / 5" # this is all fine 4 > math --scale=0...

enhancement

Would it be possible to create a version of shyaml/shjson that manipulated key-value pairs? E.g.: ``` sh $ echo '{"a": 1, "b": 2}' | shjson put-value c 3 { "a":...

idea

The shyaml script is very useful. You could easily make a JSON version, shjson, of the script: ``` diff --- shyaml 2013-03-29 19:42:05.893082254 +0100 +++ shjson 2013-03-29 21:13:47.920416719 +0100 @@...

idea

**Describe the bug** The help text says: ```sh $ kindle-send -h 2>&1 | head -3 Usage of kindle-send: -config string Path to the configuration file (optional) (default "/home/myusername/KindleConfig.json") ``` **Expected...

If `sbot` is already running, launching a second instance will cause a `SIGSEGV`: ```sh $ ./sbot 2017/05/16 15:12:29 ; defined templates are: "avatar.tpl", "channel.tpl", "contact.tpl", "post.tpl", "vote-simple.tpl", "vote.tpl", "about.tpl", "git-repo.tpl",...

Every now and then `sbot` will attempt to connect to itself — and succeed: ```sh $ sudo netstat -anp | grep 'fcbb:16a3:2050' tcp6 4122579 2487632 fcbb:16a3:2050:a06:8008 fcbb:16a3:2050:a0:57170 ESTABLISHED 15011/./sbot ```...

It would be helpful if the `qme` command accepted at least a `-h` option for a minimal help text — e.g.: ```sh $ qme -h usage: qme [-h] COMMAND [ARG...