Results 155 issues of Andrew Mackenzie

mandlebrot writes to test.file change it to test.image and have tests provide expected.image that is compared also

ui

Files like ``` [package] name = "compare_switch" version = "0.11.0" authors = ["Andrew Mackenzie "] edition = "2018" [lib] name = "compare_switch" crate-type = ["cdylib"] path = "compare_switch.rs" [profile.release] debug...

authoring

even from async contexts. E.g. a flow load fail is not currently reported, nor invalid URL/path etc.

ui

currently it reads to end of existing std input and then returns EOF. But it could read (and prompt) for new input - blocking until it's present. Then we will...

ui

have an indicator on each tab of new activity - images: new image started? - files: new files written/read? - stdout/stderr: new lines output (counter in tab title?) - stdin:...

ui

Allow users to save stdout, stderr, stdin or images to disk from the UI

ui

Some example that waits for an external event, processes it and then outputs a new one. Need some generic way of extending the I/O with a declaration of external sources?...

samples