Saulius Krasuckas

Results 30 issues of Saulius Krasuckas

(Sorry to make noise regarding different project) @raulgrell, could you please enable the `Issues` feature for the [raulgrell/tetris](https://github.com/raulgrell/tetris) project ? It looks like I am having some misbehaviour there.

If I write this Python code: ``` Python print() subprocess.call(['timew', 'untag', '@1'] + old_tags + [':yes']) subprocess.call(['timew', 'tag', '@1'] + new_tags + [':yes']) ``` ... and then extend it by...

I found some snippet here: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#ex-complex ``` * Every list item has at least one paragraph of content, which may be wrapped, even using a hanging indent. + Additional paragraphs...

(coming from @nikoheikkila and the [nikoheikkila/cv](https://github.com/nikoheikkila/cv) fork) I tried printing the CV to PDF on my ChromeOS (ChromeBook), and I guess something is wrong and truncated in the Preview: ![image](https://user-images.githubusercontent.com/7887758/114295326-4013ef00-9aad-11eb-8147-af5b648a94c9.png)...

### Description of the Issue When two subsequent lines are hidden one by one, hide-markers seemingly combine into one block, that's OK: ![image](https://user-images.githubusercontent.com/7887758/79848282-90d89680-83c9-11ea-8d8b-4a77d03ae8e0.png) But when I try to expand it,...

### Description of the Issue If I hide a line, the cursor stays in it. If I enter new chars, all of them goes to that hidden line. ### Steps...

It works if I upload the small recording (195 bytes), but fails when I try to upload the 100 kB: ![image](https://user-images.githubusercontent.com/7887758/175268012-b7b5327f-9fee-4141-964c-86ee7633950d.png) The curl session return HTTP/2 500 code and says...

How can I list available things that I can install?

Cleaning the state: ``` $ timew --version 1.4.3-dev $ TIMEWARRIORDB=/tmp/timewarriordb $ export TIMEWARRIORDB $ rm -rfv ${TIMEWARRIORDB} $ mkdir -v ${TIMEWARRIORDB} mkdir: created directory '/tmp/timewarriordb' $ > ${TIMEWARRIORDB}/timewarrior.cfg $ timew...

discussion

Until now the hook renamed only the current interval, the @1 upon renaming the task. With this change it tries to find all existing intervals with the same Description and...