Henry

Results 5 issues of Henry

I can't get this to work at all using Win32 binaries. Throws an interesting error, and debugging shows the array of arguments is keeping its commas. Separating them out into...

After sitting for some time untouched, pressing "New Call" or one of the line buttons does not properly start a new call - a small speaker icon **Reproduction Steps:** 1....

bug
prio 3
branch_development

The version of `org.json:json` depended on by the Java socket.io client is pretty outdated (from 2009!) and conflicts with several other mods (notably Vivecraft). This PR forces the library dependency...

This PR implements progress dialogs which may be updated and queried by the application. ```rust let progress = ProgressDialog::new() .set_title("Progress Example") .set_text("Doing complicated things...") .show()?; let mut handle = progress.borrow_mut();...

Progresses #521 Adds support for automatically downloading the correct Mojang-provided Java runtime for modpacks. Remaining tasks: - [x] Basic integration - [ ] Add GUI for managing downloaded runtimes -...