Klaus Alexander Seistrup

Results 60 comments of Klaus Alexander Seistrup

PS: The nested `floor()` “solution” mentioned above seems to solve my problem until `--scale=0` one day works as expected in fish3. Thanks for that.

I have found a solution that works for me, so just for the record (and bookmark): Gavin D. Howard has authored a well-written `bc` implementation (in C) that can also...

Hm, good question… I'm blank.

I'm sorry, but it's still not okay: V1.0.2 puts the configuration file in ``` /home/myusername/.config/KindleConfig.json ``` It should have been: ``` /home/myusername/.config/kindle-send/KindleConfig.json ``` or it may collide with other applications...

> Right? I think it's right, but I'd like to be explicit about the existance: * If the environment variable `$XDG_CONFIG_HOME` is **set**: Store configuration files in the directory `$XDG_CONFIG_HOME/kindle-send/`....

I am still not sure it is correct (commit 6ff9c1f717ccf98ecd7f160493d480b8cfd528b5): ```sh $ # Let's first try with an empty $XDG_CONFIG_HOME $ env XDG_CONFIG_HOME= ./kindle-send -h 2>&1 | head -4 Config...

Caveat: I'm not a big fan of JavaScript, so I'm biased on this issue. From a practical standpoint, if I wanted to do something with every character in a string...

PPS: I just tried JavaScript: ```js $ js52 js> "XYZ".split() ["XYZ"] js> "XYZ".split("") ["X", "Y", "Z"] js> ^D $ node > "XYZ".split() [ 'XYZ' ] > "XYZ".split("") [ 'X', 'Y',...

I'm using “Droid Sans Mono Regular” as font in the terminal emulator.

I agree, toxic ought to be able to handle the full range of UTF-8 chars.