traal

Results 22 comments of traal

Yes! This would be amazing! πŸ˜ƒ

> @harkabeeparolus would a patch version update be more welcome? I wouldn't know, I'm just a random pythonista on GitHub β€” I don't have any commit access either. 😊 I...

Not all JSON tools can handle [JSON Lines](https://jsonlines.org). I agree that this could be a nice feature to add! As a workaround, you can convert the file from JSON Lines...

> OK, apparently the problem is with only sniffing truncated data (`[:1024]`) which can break the CSV sniffer algorithm as it tries to detect the delimiter by counting the occurrences...

> ```python > main(prog_name="my-command") > ``` Hey, thanks! I didn't realize that parameter existed. That's good to know. 😊 However, this used to work out of the box until #1609,...

Please let me know if there's anything else I could do to help. 😊

Apparently 7-Zip supports UDF now according to the author Igor Pavlov, at least partly. Some sector sizes might not work yet. * https://sourceforge.net/p/sevenzip/discussion/45797/thread/f91b702fa3/

> could not find an executable program to extract format **rar** This indicates that the file is perhaps not a zip file. Patool seems to detect it as a RAR...

It's not in the API or source code for patool. I would recommend you to implement it yourself, or look for other tools. I do remember this feature from RAR...

Well spotted! πŸ˜„ I would like to point out, however, that one might argue for doing this the other way round. Since `-j` currently means `--emoji`, and `--json` does in...