Claudio Kuenzler
Claudio Kuenzler
@hansmi does it work since https://github.com/smartmontools/smartmontools/pull/53 ?
Yes but that only works if there was only one contact and this contact signs/pays the quote. I've had the following two scenarios already: - The quote was sent to...
In Switzerland, a signature alone is not legally blinding. It must be accompanied with the full name of the person signing. So your idea to adapt the custom template works...
If I understand the documentation correctly you cannot run a MainRule to whitelist another MainRule. You need to use a BasicRule for this. And BasicRule is to be defined in...
As discussed today in Slack, again, here's an example how this could look in the invoices overview. 
The PR is good, however it breaks backward compatibility with older systems, using an older Python version. importlib.metadata (https://docs.python.org/3/library/importlib.metadata.html) was added in Python 3.8. Some users (unfortunately) still use older...
Getting the same error `AttributeError: 'NoneType' object has no attribute 'group'` when running the script on a Debian 11 with bs4 4.9.3. Switch is a TL-SG1024DE 6.0 with firmware 1.0.0...
After upgrading the switch firmware to TL-SG1024DE(UN)_V6_1.0.0 Build 20230220, your script works :) ``` ckadm@icinga2:~/essstat$ ./essstat.py -p secret -u admin myswitch 2023-11-30 15:19:13 max_port_num=24 1;Enabled;Link Down;0,0,0,0 2;Enabled;1000M Full;454,0,46,0 3;Enabled;1000M Full;4423,0,3514,0...
Can confirm. ``` [Wed Mar 01 15:24:36.460499 2023] [php7:notice] [pid 25251] [client 10.162.210.49:58281] 1677680676: BadData in /var/dns-ui/model/zone.php:679, referer: http://dnsmgmt-test.example.com/zones/example.com [Wed Mar 01 15:24:36.460530 2023] [php7:notice] [pid 25251] [client 10.162.210.49:58281] 1677680676:...
Hi @Arakmar Sorry, before your PR another PR (#16) was about to be merged. If your contribution still improves the current version, please rebase your commit to the current master...