Federico Ariel Castagnini

Results 3 issues of Federico Ariel Castagnini

fix RPI OS Bullseye start issue #2531 The issue is very long, to summarize at this time the only problem left to fix is that OctoDash is missing the "--no-sandbox"...

enhancement

Fixes #4. Installing Pandas on a raspberry pi is very very slow, we dont need to load Pandas just to use Ballpark

Installing ballpark with pip doesnt install the `future` dependency, tested on raspbian. ``` $ federico@raspbian ~ ❯❯❯ python --version ⏎ Python 2.7.9 federico@raspbian ~ ❯❯❯ sudo pip install ballpark Collecting...