Grzegorz Godlewski
Grzegorz Godlewski
### Description Use /dev/v4l/by-id or /dev/v4l/by-path when available in order to persist device binding to specific source. Fixes #3003 Closes #3437 ### Motivation and Context Currently v4l2 uses /dev/videoX which...
### Description It allows controlling Logitech BRIO and Kiyo Pro FOV and other settings https://www.kernel.org/doc/html/v4.10/media/v4l-drivers/uvcvideo.html#extension-unit-xu-support ### Motivation and Context Normal V4L2 controls do not allow to change FOV and HDR...
Resolves #1364
### Contact Details _No response_ ### Description I have a problem with bevel. The model I created is a 3x3x3 cube with a round hole drilled through it: ![Screenshot at...
* Add ability to search over attributes using wildcards ``` ldapsearch -x -b "ou=people,dc=example,dc=com" -H ldap://localhost:3890 -D cn=admin,ou=people,dc=example,dc=com -W "mailbox=*@example.com" ``` * Add ability to search using multi-value attributes: https://github.com/lldap/lldap/issues/997...
**Describe the bug** I'm unable to search using first name. According to https://github.com/lldap/lldap/issues/998#issuecomment-2408959241 this should work? ``` ldapsearch -x -b "ou=people,dc=example,dc=com" -H ldap://localhost:3890 -D cn=admin,ou=people,dc=example,dc=com -W "firstName=Grzegorz" Enter LDAP Password:...
### Description I'm trying to get rid of spam users (over 800 of them) I changed them to inactive following instructions from https://blog.roberthallam.org/2022/11/mass-delete-remove-purge-users-in-gitea/ Because I'm using sqlite3 it was: `UPDATE...
I implemented disabling trim by modifying Text struct. See: https://github.com/tafia/quick-xml/issues/285#issuecomment-2863592598 I need this for parsing `.odt` files. Can anybody give me some feedback? This issue is 4 years old and...
Firefox 140.0esr using debian Vue DevTools 7.7.7 I added first example from https://devtools.vuejs.org/plugins/api#addcustomtab into my app. It does not work in Firefox or Librewolf. In the extension's debug console I'm...
### **User description** I have following pipe table: ``` | Header | |--------| | value. | ``` Inside tree-sitter-markdown I'm running `tree-sitter parse -x ~/tree.md` The result is: ``` |...