Diego Oleiarz

Results 3 issues of Diego Oleiarz

In a long run (7 minutes), instead of one progress bar, 12 appear ![image](https://github.com/szaghi/forbear/assets/71725436/3d89481a-940c-469f-ae0c-9d178d52f168) Actual code: ```Fortran call bar%initialize(filled_char_string='㊂', empty_char_string='●',& suffix_string='| ', add_progress_percent=.true.,prefix_string='Progress |',& scale_bar_color_fg='blue', scale_bar_style='underline_on', spinner_string='( ● )') ```

When Max_value is higher than 99 the bar only shows ***** instead of the actual number ![image](https://github.com/szaghi/forbear/assets/71725436/4db832d7-2bed-4d44-93d3-a2141b205117) Actual code: ```Fortran lt1 = 100 call bar%initialize(filled_char_string='+', prefix_string='Progress |',& suffix_string='| ', add_progress_percent=.true.,&...

### Description Error while trying to execute "fpm install" command. "fpm build" compiles correctly. ``` + mkdir -p /home/runner/work/Fortran77-Cloud-Model/Fortran77-Cloud-Model/build/python/lib # Update: build/gfortran_C084E46DFA825907/cloudsim/libcloudsim.a -> /home/runner/work/Fortran77-Cloud-Model/Fortran77-Cloud-Model/build/python/lib realloc(): invalid old size Program received...

bug