- Sep 24, 2018
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
Possible if the working tree has been copied from another machine or is bind-mounted from a chroot.
-
Adam Borowski authored
Not supported by clang.
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
Travis limits the latter, making searching for tags fail.
-
- Sep 23, 2018
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
- Sep 21, 2018
-
-
Adam Borowski authored
-
Adam Borowski authored
That format sucks and never had any real use, got dropped from termrec ten years ago -- save for this leftover bit.
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
Some files in the wild use it.
-
- Sep 20, 2018
-
-
Adam Borowski authored
-
Adam Borowski authored
Can't use a proper JSON library, as v1 format would otherwise require reading the whole file. The original asciicast producer (asciinema) outputs all required bits before the actual data starts, thus this hack allows streaming. Hopefully no other producer of v1 format will reorder the fields. Recognized fields: * version (1, 2) * width * height * timestamp anything else is silently ignored; as we lack a full JSON parser, fancy data structures may cause failure. Wishlist: take "comment" or "title" as OSC title?
-
- Jul 31, 2018
-
-
Adam Borowski authored
-
- Jul 28, 2018
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
- Jul 27, 2018
-
-
Adam Borowski authored
-
- Jul 24, 2018
-
-
Adam Borowski authored
-
- Jul 08, 2018
-
-
Adam Borowski authored
-
Adam Borowski authored
-
- Jul 03, 2018
-
-
Adam Borowski authored
It reduces clarity by making code less readable. There's a reason we write a sum of products a*b+c*d not (a*b)+(c*d); bitwise products being similar.
-
Adam Borowski authored
-
Adam Borowski authored
-