ochtra icon indicating copy to clipboard operation
ochtra copied to clipboard

Doesn’t work with very large files

Open dboulet opened this issue 8 years ago • 1 comments

I’m on MacOS, and noticed that this scripts fails with large files. For example, if I attempt to commit a valid 66 kB YAML file (just as a test), I get back an error message asking me to fix syntax errors. If the file size under 65 kB, it works fine.

I think that this has to do with reaching buffer limits when piping large amounts of data, but am not 100% sure.

dboulet avatar Feb 17 '17 21:02 dboulet

Can you direct test https://github.com/nodeca/js-yaml that is used for checking?

abtris avatar Aug 01 '19 11:08 abtris