grigio
grigio
can you add it to the CI ? So it will produce a flatpak package automatically at every release?
I started this project as a `obs-cli` replacement with obswebsocket v5 support, with "minimal" I mean that I just implemented the API i needed. You are welcome to propose a...
I'm not sure it's supported by obs api
You mean something like this ? ``` obs-cli sceneitem show obs-cli sceneitem hide obs-cli sceneitem toggle ```
Thank you, I think it is related: ``` let fn = setInterval(() => { console.log('not shown') // OK 'not shown' }, 1000) 'shown' ``` it seems that currently it isn't...
any updates?
@Mikadily not enough, `pylint` seems to be required in another check ``` ./scripts/pycheck.sh ERROR: pylint not installed. ```
Removing this line in the Dockerfile fix the issue: ``` RUN make ``` It seems you need to disable the code checks if you want to compile the image :(
This is the Dockerfile I use and it works https://github.com/grigio/docker-apps/blob/master/openbazaar-server/Dockerfile @Mikadily also in the `make` command
On Ryzen 7 7700 the apt command didn't fis the issue ``` HSA_OVERRIDE_GFX_VERSION=10.3.0 ./webui.sh ################################################################ Install script for stable-diffusion + Web UI Tested on Debian 11 (Bullseye) ################################################################ ################################################################ Running...