spotlesscoder
spotlesscoder
I made some further improvements in addition to PR-6 from @7aske (I suggest you merge that one first ;) ) But this needs further improvements. The offsets needs to reflect...
What license is the resources in this repo?
Please add a license to the repo ;)
I'd like to retrieve my secrets from an Azure Key Vault
Consider a case where you have many options in the checkbox type select menu. If I'm looking for a specific option I want to be able to press a keyboard...
I found a good manual for burn-in testing on reddit: https://www.reddit.com/r/DataHoarder/comments/alh22g/burning_in_hard_drives/efemr7k?utm_source=share&utm_medium=web2x&context=3 In steps 3-5, he also makes an additional check with ZFS and f3write. Would it make sense to add...
The sample contains this code ``` roles .grant(AppRoles.USER_CREATE_ANY_VIDEO) // define new or modify existing role. also takes an array. .createOwn('video') // equivalent to .createOwn('video', ['*']) .deleteOwn('video') .readAny('video') .grant(AppRoles.ADMIN_UPDATE_OWN_VIDEO) // switch...
### Prerequisites * [X] Tried the most recent nightly build * [X] Checked if your issue is already reported. ### Description Assume we have two filters: * When message subject...
I maintain rules for alerting to JIRA and via email in separate files because I use different realert intervals for them. I usually create the JIRA version first, then I...
Elastalert has an import feature in the rule config files. Common settings can be stored in a file and imported in every rules. Sometimes, it is necessary to change something...