Frederik Leonhardt
Frederik Leonhardt
Add support to set `check_interval` in the global config section. > `check_interval`: Defines the interval length, in seconds, between the runner checking for new jobs. > The default value is...
Relating to the ([upcoming](https://github.com/CycloneDX/cyclonedx-python/pull/605)) 4.0.0 release: The author field is currently missing in the resulting SBOM but could be populated from the `project.authors` field in `pyproject.toml` (although pyproject allows multiple...
Basic implementation of the `org.bluez.LEAdvertisingManager1` and `org.bluez.AdvertisementMonitorManager1` interfaces on mock adapters. Fixes #20
## Context Implements the visitor pattern for the `Expression` AST. ## Features and fixes - fix: #90 - feat: Add support for listing variables in an `Expression` tree. #73 -...
Some of the code fixes ported/cherry-picked from [justinstenning/pondjs](https://github.com/justinstenning/pondjs) and various other forks, thanks! - chore: dependency updates, build fixes, compatibility fixes - chore: update to TypeScript 4.9 and subsequently TypeScript...
Hi @laurensvalk and @dlech I'm implementing the Pybricks BLE interfaces in my pybricks-ble project, and noticed that some of the type hints are inaccurate/incomplete. That makes the type checker unhappy...