Daya Adianto
Daya Adianto
@donnemartin Or you can also use Travis CI to generate the PDF automatically and upload it as a [GitHub releases](https://docs.travis-ci.com/user/deployment/releases/). I can try setting up an example in my fork...
I continued my previous experiment on using pandoc to automate PDF generation. The tool still failed to generate the PDF file. The cause of error probably because the image files...
Did a quick other experiment using a Python module named `m2pdf`. Although it required several dependencies on Ubuntu, it can read the README file in this repository and successfully generated...
Good day, _Disclaimer: I am not sure whether this will solve your question because I haven't tried this on running DST containers. However, I have used this approach for setting...
Here is a summary of failed baselines from GitHub Actions reports run on my fork: ## `mysql_hardening` - mysql-conf-02: only one instance of mysql should run on a server -...
I did some trial-and-error re: why `mysql_hardening` failed. One of the cause is `mysqld` process name has been changed to `mariadbd` on Debian 11. I cross-checked with the DevSec MySQL...
Cool. Thank you, @rndmh3ro! 👍
Hello! Thanks for the information. I'll inform my team about the limitation. Regards, D.A. P.S. As for the issue here, I don't know whether to close this issue or keep...
Hello @enn-nafnlaus, > python launch.py --skip-torch-cuda-test --deepdanbooru --no-half-vae --tests > What should have happened? > > All tests should have passed. I think the tests are a bit flaky. I...
I think it is currently WIP and you can check it out at PR https://github.com/invoke-ai/InvokeAI/pull/1389.