solusipse / fiche

Command line pastebin for sharing terminal output.
http://termbin.com
MIT License
1.41k stars 166 forks source link

Should Notify User if Data is Truncated #103

Open SethFalco opened 4 years ago

SethFalco commented 4 years ago

When using this with a huge file (28 MB in my case), there is no notification or way of allowing the user to know if the data has been truncated. (Other than possibly examining if the final line is incomplete.)

Could something be added so either in the response, or anchored at the top of the result; something could be stated if the input was truncated?

immanuelfodor commented 4 years ago

What is the largest buffer size you were able to set up without truncation? https://github.com/solusipse/fiche#buffer-size--b

SethFalco commented 4 years ago

In my case, I wasn't setting it up, this is regarding client-side usage.