Saulius Krasuckas

Results 310 comments of Saulius Krasuckas

@AJenbo: I tried loading it, and the devilutionx: 1, doesn't see the saved char/game + offers to create the new char; 2, when I enter the same char name, it...

This might be a continuation (an unfixed / corner case of) of bug #1112.

Does anybody from the developers cares about the issues:)?

I must admit that the bigger recording comes from the Asciinema crash due to the filled disk space. The file was truncated, maybe its structure (the JSON?) is damaged. Just...

OK, looks like it's supposed to be a multiline file containing JSONs separated by newlines: https://blog.asciinema.org/#asciicast-v2-file-format So I checked last line of the file: ``` $ tail -1 /tmp/tmpqsscy294-ascii.cast; echo...

Making a copy: ``` $ cp -v /tmp/tmpqsscy294-ascii.cast . '/tmp/tmpqsscy294-ascii.cast' -> './tmpqsscy294-ascii.cast' ``` Trying to fix: ``` $ echo " ...\"]" >> tmpqsscy294-ascii.cast $ wc -l tmpqsscy294-ascii.cast 886 tmpqsscy294-ascii.cast ```...

Now trying to upload the adjusted copy: ``` $ curl -v -u sskras:$(cat ~/.config/asciinema/install-id) https://asciinema.org/api/asciicasts -F asciicast=@./tmpqsscy294-ascii.cast; echo * Trying 109.107.38.233:443... * TCP_NODELAY set * Connected to asciinema.org (109.107.38.233) port...

@dchapyshev commented on Jul 10, 2018: > At the moment, only Windows is supported. Make an installer for Ubuntu impossible. I would say that doing an installer is not impossible...

Now I wonder why can't TaskWarrior do just a plain string search by default?