Forum Archive

[StaSh] Looking for beta testers

bennr01

Hi guys, is anyone interested in beta testing a few new features for StaSh?
I have spend the last few weeks to port StaSh to PC, but the changes were rather extensive so i may have broken a few things.
If you are interested in helping, here is a list of stuff which needs to be tested:

What needs to be tested:
- [iOS] Check that everything previously working still works (installation, updates, commands, ...)
- [PC] Check that the port does not contain any bugs.
- [iOS/PC] Check that StaSh still runs on both py2 and py3. I only had the chances to test the changes on py2.

What is not working on PC:

  • The telnet and ssh commands will not work on PC. They need ui.measure_string which i am not sure how to implement using tkinter.
  • easy_config uses its own UI, which was not ported.

How to install:
- PC: Clone/download the crossplatform branch of bennr01/stash from github and run python setup.py install. Start with the launch_stash.py command.
- iOS: If you do not already have StaSh installed, install the normal release first, then force quit pythonista. Afterwards, run selfupdate bennr01:crossplatform and force quit pythonista again.

How to report bugs:
If you find any bugs, please report them either in this thread or in my StaSh fork. Please do not report them directly to the main repo to reduce the number of issues created there.
Of course, pull requests are welcome :)

ccc

@ihf This might help with your piecash issues.