Yuriy Petrovskiy

Results 8 comments of Yuriy Petrovskiy

Having the same issue. Looks like scan not finishing properly. If I do not call scan (only prepare and show) - hide disables camera. If I start scan - all...

Same issue. popup window ``` Plugin management log Install Unknown: A restart is needed for the changes to take effect. ``` Install log: ``` Installing plugin "OctoPrint-Enclosure" from https://github.com/vitormhenrique/OctoPrint-Enclosure/archive/master.zip... /home/sysadmin/OctoPrint/bin/python3...

@TropicalPenguin, this is not about SQL. If you use SQL directly - you have access to all fields that are defined in database any you can set any new without...

Actually, this is a duplicate of my previous question here: https://github.com/VasylBaran/CommandShift/issues/4 I just added an answer there. To make it short - change ctrl+space to select the NEXT input source...

Hello, you can create virtual environment and install required python packages there: ```bash sudo su apt install python3-venv python3 -m venv venv source venv/bin/activate pip3 install paho-mqtt tornado git+https://github.com/drbild/sslpsk.git pycryptodomex...

I'm also interested in this feature. Without it, adding any interactive behaviour to Zebar while using it with Komerabi is almost impossible. It would probably be better to move this...

Confirming a bug and that this fix works. Also was unable to find this line in the source code in the repository.