Martijn Gribnau
Martijn Gribnau
The CLI user manual could use some love. - [ ] The `-H ` option should only allow the available pages - [ ] Pages should be able to be...
Add a GUI separate from the CLI binary, for example: - 'sicui' or 'sic-ui' Separate cargo (sub-) project, or at least `cfg!(sicui)`
* https://github.com/PistonDevelopers/imageproc
Right now, getting the program to work correctly, is the most important. But one day, I would like to take a better look at the actual performance. Perhaps most of...
The subcommands share almost no output between them. As such, having the code between them mixed up is less convenient than making a handler for each, or alternatively, wrapping inner...
e.g. The following events ```json lines {"type":"check_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"start"} {"type":"setup_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"start"} {"type":"setup_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"end"} {"type":"check_method","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"method":{"type":"rustup_run","args":["1.35.0-x86_64-pc-windows-msvc","cargo","check"],"path":"..\\air3\\"}} {"type":"check_result","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"is_compatible":false,"report":{"type":"incompatible","error":"error: failed to parse lock file at: ..\\air3\\Cargo.lock\n\nCaused by:\n invalid serialized PackageId for key `package.dependencies`\n"}} {"type":"check_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"end"} ``` Are all part...
That is, each event should either be scoped, or not, and only be callable as such. This is also important for users, because we would be able to document scoping...
## Plan **Docs** - [ ] Update readme - [ ] Update book - [x] Intro pages [#427] - [ ] Commands pages - [ ] Document output formats, [#386]...