Nathan Whitehead

Results 13 issues of Nathan Whitehead

Support other languages such as: - lua - haskell - julia etc.

Make it work on Windows. Totally trivial.

Sometimes when you do lots of interrupting and restarting, or if you encounter errors in the app, you can quit the app and end up with python processes still running...

There should be example notebooks for topics: - pineapple package, installing modules, requirements - ivisual - working with file data - scipy examples

Currently when you open the app it will try to open the most recently opened notebook to continue work. Recent files should also be available from a menu item.

If a notebook cannot be saved into the file it was loaded from, the UI gets into an inconsistent state since we are waiting to synchronize the state of the...

If you output lots of stuff from a cell, and the output needs to be processed by the front-end, you can get in situations where the user interface is not...

When quitting the app from the dock, every time you do "Quit" by rick-clicking it only closes a top-level window. It should close all windows and actually quit, not just...

This change adds support for MIDI CC 64, sustain pedal. This is a commonly used MIDI CC message and not too much work to support at the channel level in...

We need API docs. For other recent projects I've used Sphinx and a github action to upload generated docs to github pages, I think that would be ok here.

help wanted