Ofer Affias
Ofer Affias
I don't know if its a gzip issue or flate2 issue, but in the `gzbuilder` example, when I open unarchive tools on my Mac, I get the original filename without...
I have the following scenario on which there is a network problem during beacon setup, where I get the following exception inside ZBeacon: ```[ERROR] - Initializing of ZBeacon raised an...
I am using a x86 Linux machine, when trying to use the default device, e.g. using examples/recorder_wav.rs it fails with this output ``` Running `target/debug/examples/record_wav` Default input device: default ALSA...
### ✨ PR Description Purpose and impact: This PR updates the "Explain Code Experts" automation to trigger on specific events and only for PRs with a 'suggest-reviewer' label. Main changes:...
The `triggers` section now supports `include.user` and `exclude.user` patterns to filter automations based on the user who triggered the event. This enables excluding bot accounts and automating user-specific workflows.
function instead of importing it from an external file. ``` … compareMultiSemver git:(embed-compare-semver-in-multi-plugin node index.js ✓ Test 1 passed: compareMultiSemver([["1.2.3", "1.2.1"], ["1.3.1", "1.2.3"]]) === "minor" ✓ Test 2 passed: compareMultiSemver([["1.2.3",...
### ✨ PR Description Purpose: Add bot author checks to skip Estimated Time to Review (ETR) automation for bot-created pull requests. Main changes: - Added bot_author detection rule for identifying...
Analyzes Terraform HCL file changes to extract highest privilege level from modified JIT access configurations. Returns 'rw' for read-write, 'ro' for read-only, or null if no JIT objects modified. ###...