Eugene
Eugene
CLI option to hide process list Related #294 #191
For big batches, if something went wrong - we are losing all generated images. I want to get images as they a sampled. This way I can save content to...
If there is no `sd_log_cb` set (no logs), there was a progress logs still present. This PR fixes that, no logs mean no logs. Progress bar logs set to own...
**Is it reproducible? What was the code doing when it crashed?** Reproducible. Working with `GetWorld3d().DirectSpaceState().IntersectShape()` **Platform/OS** Linux **Stack Trace** Add your stack trace below: ``` ================================================================ handle_crash: Program crashed with...
**Is it reproducible? What was the code doing when it crashed?** It is reproducible, just dont know where :) **Platform/OS** Linux **Stack Trace** I do think its a problem with...
1) To run `./build.sh build` i needed additional dependency: `apt install libdbus-glib-1-dev` or i get error ``` Found CMake: /usr/bin/cmake (3.28.3) Run-time dependency dbus-1 found: NO (tried pkgconfig and cmake)...