eduvik
eduvik
It would be really useful to be able to export a set of rules/actions so that they could be shared with other users (or computers). I don't want to copy...
My use case is to log various occurences to the filesystem, so they can be later retreived, regardless of power cycles. Files cannot be opened in append mode, so the...
I'm looking to integrate webREPL client functionality into the mu editor; for this it would be nice to have a general purpose library that's easy to use from other python...
There is code in the web editor to import python code from an encoded URL, but there isn't an implementation to actually create this URL. It would be useful to...
I'm starting to imagine how the UI could provide a better workflow. I'm thinking of: - putting the file panes as a side-bar on the left - having a 'new...
in straight repl, the password prompt appears as part of the normal text flow. When browsing files, we need a way to implement sending the password. This could be a...
The project is already quite heavily invested in Qt; QSettings is nice and easy to use and cross-platform http://doc.qt.io/qt-5/qsettings.html