nega
nega
The change from `;246;` → `;248;` is a result of an update to `pygments` (https://github.com/pygments/pygments/commit/1458c6669bbc9121eb80b08a7112d81899da7344). Running ```console $ CHEATSH_UPDATE_TESTS_RESULTS=YES bash tests/run-tests.sh ``` will update the results files (`tests/results/*`) in your...
@zachgibbens I'm not interested in packaging for a distro. I'll leave that up to a future maintainer. As far as transferring to an organization, I don't really see the point....
Long overdue update to this issue... After looking into it @rig9919, I'm not going to create an option to "record but not listen". 1. That's not the point of a...
I'm not opposed to the concept, but I'd like to see `strncmp()` instead of `strcmp()` and/or guarantees that the inputs are `\0` terminated. Later, I'll look further up the code...
DragonCon. Nice. Not sure. I'd have to look and see what pbf thinks it is.
I've noticed that too. I think that pandora is streaming truncated files. If that's the case there isn't much we can do about it. What are you using for playback?
It does indeed seem to be an issue with PBF. I managed to draw the raw stream out with _wireshark_ and it didn't seem to have the same clipping issue....
I don't imagine it would be that hard I the data is there
update the copy of Jinja2 you're using.
This is a result of https://github.com/chubin/cheat.sheets/commit/a5dae0e111c106ace07bb207e02814bf00fd6b74 Have you updated your local `tests/results/*` files? ```console $ CHEATSH_UPDATE_TESTS_RESULTS=YES bash tests/run-tests.sh ```