Michi Lehr
Michi Lehr
**Describe the bug** I am not able to take a picture after the first one. When I try to take a second picture by running `gphoto2 --capture-image`, I get following...
Hi everybody, at first I want to thank everybody behind this project! Awesome work. I have a question: A user clicks on a form, enters his data and sends the...
Hi, How can I use JSON_OBJECT with setParameters? When try to use it like this: ```php $qb = $em->createQueryBuilder() ->select('count(q)') ->from(MyClass::class, q) ->andWhere('q.myArray = JSON_OBJECT(:key, :value)') ->setParameters([ 'key' => "name",...
Hi, I need to install gphoto2 v2.5.15 with libgphoto2 v2.5.15. The Raspberry Pi OS has libgphoto2 v2.5.27 preinstalled so I need to specify which libgphoto2 should be used. I have...
[Since Redis 6, the auth command now also accepts a user](https://redis.io/docs/management/security/acl/) With this change, a username can be passed with `-u` or `--username=` Example: ```perl perl check_redis.pl -H redis --password="my-password"...
There seems to be an error in the newest version. ``` info: fixing /tmp/pi-boot-switch.CcLlNU/_boot//extlinux/extlinux.conf sed: cannot stat /tmp/pi-boot-switch.CcLlNU/_boot//extlinux/extlinux.conf: No such file or directory ``` It is not only the double...
Hi, doesn't it make more sense to update a single job when it finishes and not after all jobs have been finished? When there is a longer running job, other...