Matthew Trost

Results 9 issues of Matthew Trost

enhancement
help wanted

Right now the "REPL" (those quotes should convey my hesitation in using the acronym) doesn't really do anything but evaluate a list after the user hits enter. The Runiq REPL...

enhancement
help wanted

Although this is a [known issue](https://github.com/matthewtoast/runiq/wiki/Anti-Features), it's worth filing here for discussion. Runiq's own execution will always be slower than its counterpart actions in JavaScript. Consider adding two numbers in...

enhancement
help wanted

When I have a program that exits with an error, I need to see context about the error. Where did it occur? What was the state at the time it...

enhancement
help wanted

When developing a Runiq program, I want a way to create breakpoints and inspect the program state.

enhancement
help wanted

I can't find this file anywhere, but it's referred to in the README in the section on linking manually.

This is referred to in the README in the Permissions section, but there doesn't appear to be any such method in this library.

Version `a9758cb` this morning started to give me the following error for all img2img queries via the API: ``` Running predict()... Using seed: 36432201 Traceback (most recent call last): File...