sorsasampo

Results 8 issues of sorsasampo

CDPATH="." has no effect besides making cd print out the directory being changed to. With only one entry in CDPATH, this serves no purpose and is completely extraneous.

If the account name ends with ")", the auto completion does not include it. Probably related to [virtual postings](https://www.ledger-cli.org/3.0/doc/ledger3.html#Virtual-postings) syntax parsing?

bug

The [Humble Bundle Monthly trove](https://www.humblebundle.com/monthly/trove) contains a lot of games that are accessible only with an active Humble Monthly subscription. It would be nice if it was possible to download...

enhancement
help wanted

[RFC 7235 section 4.1. WWW-Authenticate](https://tools.ietf.org/html/rfc7235#section-4.1) specifies: > A server generating a 401 (Unauthorized) response MUST send a WWW-Authenticate header field containing at least one challenge. However, buddy.auth.backends.token/handle-unauthorized-default sends a 401...

C-a is last-window, a is send-prefix. This is consistent with screen bindings; C-a C-a toggles to last window, and C-a a sends the command character. last-window is usually also needed...

Currently protonvpn-cli writes a mish-mash of conf, log and cache files in `~/.protonvpn-cli/`. This is problematic for many reasons, some examples being 1) having `~` under version control and 2)...

Currently there does not seem to be any easy way to split a part of an interval. For example, if you have logged interval 12:14:45 - 14:25:36, and then remember...

enhancement
discussion

`postal.sendmail/errors` contains only a subset of errors that can happen. Please expose `Process.getErrorStream()` content from `postal.sendmail/sendmail-send`, as this can seriously help in debugging exit values such as 1. It may...