Matthew Trost
Matthew Trost
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...
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...
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...
When developing a Runiq program, I want a way to create breakpoints and inspect the program state.
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...