Paul Sütterlin

Results 9 comments of Paul Sütterlin

Well, the [Search Method](https://github.com/freescout-helpdesk/freescout/blob/91a0cecffad999fd57b76cb4ff05b8d8650b1d39/app/Http/Controllers/ConversationsController.php#L2333) is relatively inefficient. The performance is heavily impacted by the "%" wildcard operator [here](https://github.com/freescout-helpdesk/freescout/blob/91a0cecffad999fd57b76cb4ff05b8d8650b1d39/app/Http/Controllers/ConversationsController.php#L2322). "%" at the beginning of a string destroy most possible DB optimization...

You can find a working example (v8.0.17) here: https://github.com/psuet/mpdf-bug-demo If the version is changed to 8.1.1. the PDF does not contain the image in question. While minimizing the example I...

@lukegalea16. 2 possible workarounds: a) Move the "picture file" to the same folder as the PHP file b) Pin version to 8.0.17 like [here](https://github.com/psuet/mpdf-bug-demo/blob/main/composer.json).

This issue is also present in the current version utilizing Traefik as reverse-proxy without any caching

Yes, similar, but --alive only outputs the IP instead of all this information. ``` $ ./src/fping -u -c1 8.8.8.7 8.8.8.8 2>&1 | grep -v '/0/100%' | cut -d: -f1 |...

I tried to build a config myself by somewhat copying and modifying from other BLE Locks implemented and experienced the following problem: The device in question does not implement the...

I would really apreciate such a feature. At this time I'm just running a bash-script requesting the keys from ldap and putting it into the correct spot. This is a...

Basic LDAP Setup: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-a-basic-ldap-server-on-an-ubuntu-12-04-vps After this you have to add support for sshKeys. This is a verry common usecase for ldap and is easily accomplished: * Write to file: dn:...