I like to develop stuff ( when I can ) on my own Linux box. Developing stuff ON the Pi can slow things down. It would be nice if I could do a
git clone https://github.com/ykaw/PiCW.git
on my main linux box and run it from there instead of having to run on my PI. Some stuff could be worked on / coded that doesn't have to have the GPIO suppport if it ran on a non-Pi box.
I've started working on a InputOutputPort_dummy.py file that lets me start PiCW on my main linux box, but I don't really know Python ( I've done PHP for 20+ years ) and it's slow going.
Just a thought... wish....