in case of a small loop with heavy intensive code inside the bar is useless: ```lua for i in tqdm.range(1,16) do heavy_stuff(i) end ``` maybe add a way to force an update of the bar inside the heavy function so we can have a partial progression displayed the problem arise in nested loop too