Donny Maasland
Donny Maasland
Hello, I'm not sure how to explain this properly but I'll do my best. Imagine a project with the following layout: ``` test ├── __init__.py ├── py.typed ├── test.py └──...
Hello, I've noticed that creating a new rule using **`New-AzSentinelAlertRule`** and setting any value to the **`SuppressionDuration`** parameter, the rule creation fails with the following error: ```powershell ##[error]Unable to initiate...
## Description: This is the second attempt of my PR from here: https://github.com/esphome/esphome-docs/pull/3314. Before that was merged I made the mistake of clicking "Sync fork" in the GitHub UI and...
Hello, I needed a way to set the enrollment options as specified in the docs here: https://documentation.wazuh.com/current/user-manual/wazuh-dashboard/config-file.html#enrollment-dns Figured I might as well do a PR so other people benefit as...
Hello, It seems that deploying of playbooks does not work when running Ansible on a Mac. Something weird happens during the certificate generation where node certificates aren't created. I've narrowed...