Tarcisio Gruppi

Results 10 issues of Tarcisio Gruppi

Hi everyone. One idea: what about having a mobile version of the screens on the left (portrait and some mobile-like UI). Thanks for the great project

I think the title says it all

Added `--ping-interval` option to automatically send ping commands based on the interval.

When reordering the user can specify a list with the IDs in the order they should be. Not all IDs have to be specified, the IDs not present in the...

The string type has come _index_ methods like (index, index_after, etc) and some return `int` and others return `?int`. This MR makes all of them return `?int`. The tests (`v...

Need rebase

Hi. I rewrote everything to make the code more testable and modular. I am not sure if you are going to merge it because it will break any code using...

OSX doesn't have the timeout command by default. it can be installed by `brew install coreutils` but it is called `gtimeout`.