Luca Trevisani

Results 74 comments of Luca Trevisani

Hi @aawsome, sorry for late answer. IMHO the following situation should be avoided: consider backing up a volume with some very large and frequently modified files (for instance virtual machines...

Well... in my opinion most people are going to use `snip` as a Nim local playground, so it would be better to set 2 spaces by default (and change it...

Instead of conforming to Nim Playground, IMHO both should be updated to conform to the Nim Style Guide.

After some more thinking, IMHO the best solution would be to use "Ctrl-Shift-FX" keystrokes. As you may know, in Gnome Terminal (but I believe also in most Linux terminals) you...

Why you are not considering [nim-ncurses](https://github.com/rnowley/nim-ncurses)?

Maybe it would be useful to add an option like "Try again if unsuccessful / Interval before attempting (minutes, 0 to disable)", with default "60".

I confirm that the issue is still present in the current released version 2.2.0, but it is not present in the main branch head. So apparently the issue has already...

@iddm I think I replied to all your points, please let me know if anything else is needed.

I could create a PR when I have some time... do you see any other need apart from adding the `invalid_result` function and document it?

@BurntSushi, for now I implemented the following function: ```rust pub fn invalid_result, T: Deserialize