GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
c
nginx
cli
privacy
real-time
terminal
monitoring
dashboard
analytics
command-line
webserver
google-analytics
web-analytics
apache
tui
ncurses
data-analysis
goaccess
gdpr
-
Updated
Mar 1, 2021 - C
First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion
Problem description
For a
&mut ProgressBar, there are no methods to set itsminandmaxvalues. The only methods to change their values (min(self, usize),max(self, usize)) take ownership of the ProgressBar, which is not possible if you have a reference.Workaround: to gain ownership, create a