Vassili Tchersky

Results 41 comments of Vassili Tchersky

sort_keys is a keyword argument of [pytoml](https://github.com/avakar/pytoml).dumps, but not `tomli_w.dumps`

magic returns RAR, but it mostly looks at headers, not often at trailers. In real life, the probability of a file being truncated at the end seems to me higher...

See https://github.com/zargony/fuse-rs/issues/9#issuecomment-32167809 And possibly https://github.com/libfuse/libfuse/discussions/1100 also.

It's possible, see [one way to do it](https://www.linuxquestions.org/questions/showthread.php?p=6515295). Another way would be: `rmlint -c sh:cmd='trash-put "$1"'` (see #162 for details) There are no builtin function that would let you do...

I don't know what is `info.txt` specifically, but if it is an empty file, you can avoid deleting them by excluding corresponding lint, see the `-T` option.

That's weird because _strlen_ is used, so \0 should not be included. ` result = rm_sys_setxattr(path, key, cksum, strlen(cksum), 0, follow_symlinks);`

ret2ldz好, Thank you for your research. It seems that `rm_digest_hexstring` is called with a fixed-sized buffer only when a specific compile-time debugging option is enabled, meaning that distribution-provided binaries of...

I've got something similar. Not sure this is a bug of GCL, but it passes Gitlab.com linting and RE2JS validators and gives an error on GCL 4.63.0. `- if: $CI_COMMIT_TAG...

The GUI is not covered by any PO file.

No, the same approach (gettext) can be used with Python, but someone must nevertheless choose the strings to be translated and translate them.