Results 19 comments of su8

You can use "echo" to number each script to find out which script is failing

>Some people (and projects: libraries.io) take a look at things like open issues to gauge quality of a project, there are a fair few open issues that are quite old,...

Also diff3 tries to install to as **/usr/libexec** resulting in permission error: ```bash ===> usr.bin/diff3 test -d "/usr/libexec" || \ /usr/bin/install -c -d -m 755 /usr/libexec/ /usr/bin/install -c diff3prog /usr/libexec/...

Làúñçh çóñkÿ fróm thé térmíñàl íñ thé deßíréd wórkßpàçé On Saturday, September 26, 2020, sebma wrote: > How to have conky on all kde workspaces ? > > — >...

Can u sénd a pull réquest sir ¿

The sleep during intervals should be one clock tick which in linux is 100ms. Due to the nature of update time interval - the variable it collects cpu usage every...

@X0rg Can you try the following patch: ```diff diff --git a/src/linux.cc b/src/linux.cc index f2844d38..dc4222ab 100644 --- a/src/linux.cc +++ b/src/linux.cc @@ -932,6 +932,12 @@ int update_running_processes(void) { } int update_cpu_usage(void) {...

Just replace `atoi` with some of the strto* functions as with atoi you introduce undefined behavior.