sniprun icon indicating copy to clipboard operation
sniprun copied to clipboard

Feat: flush the output to the buffer

Open cinghiopinghio opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe.

Sometime, when waiting for long tasks, I use to print to screen the progress (maybe using something like tqdm). SnipRun, on the other hand print to screen only after the task has finished.

Describe the solution you'd like

Is it possible to flush the output of the task to screen with a certain frequency, while waiting for the outcome?

Describe alternatives you've considered

I haven't found any workaround.

cinghiopinghio avatar Feb 21 '25 12:02 cinghiopinghio