Klaus Alexander Seistrup

Results 51 issues of Klaus Alexander Seistrup

As it is, `qme` listens on `/tmp/qme.sock`. This will fail in a multi-user environment where more that one user is attempting to queue jobs. Instead use a socket name based...

Wouldn't it be useful to create `timefile` and immediately exit successfully, in case `timefile` doesn't already exist, rather than exiting with an error?

## Problem Newly created files are given permissions 0600. ## Expected behaviour Newly created files should have permissions (0666 & ~umask), so if umask is 0022, new files should have...

- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...

bug

Would it be possible to have an extra option that works in concert with `--extended`/`-@` so that the _values_ of an extended attribute is shown? Right now, what I see...

Re.: commit f1d7bdaa5a85cbba913495deb8f22c29ef0bca3e It seems `math.ceil(x)` and `math.floor(x)` returns the same value for a given `x` ```py >>> import math >>> math.ceil(0.1) == math.floor(0.1) # 1 == 0? => True...

[ Re: commit f1d7bdaa5a85cbba913495deb8f22c29ef0bca3e ] I cannot seem to find a way to round a float to an int (or to a float with a given number of decimals), the...

On every new release of kuroko I tell myself that now is the time to learn kuroko, and every time I give up after a line or two in the...

The help text for `--language` is still referring to ISO 639-2 in `console.py`: ```py "help": "ISO 639-2 language code of the toot, to skip automatic detection", ``` https://github.com/ihabunek/toot/blob/master/toot/console.py#L363

**TL**;**DR**: I cannot `toot post --using` in v0.30.0+: Unknown error I have several accounts on the same Pleroma server. When I `toot post` with the activated account it works as...