Benjamin K.

Results 21 issues of Benjamin K.

### The problem: - def "update_release" can not make release as "latest" ### How solving the problem: - adding optional parameter "make_latest", from original api doc: https://docs.github.com/en/free-pro-team@latest/rest/releases/releases?apiVersion=2022-11-28#update-a-release--code-samples ### additions -...

### This PR This PR adds `created` and `check_suite_id` filter, which allows filtering for workflow runs created within the given date-time range and a given Workflow via ID. For more...

as outlined in https://github.com/PyGithub/PyGithub/pull/2873#issuecomment-1906795864: > Looking at the [docs](https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28#update-branch-protection) I found that argument `required_status_checks.contexts` is deprecated in the API and replaced by `required_status_checks.checks`. I've done: - [x] adds `checks` as...

## This PR… - switches to file-versioned and published (PyPi) python module `pyhgtmap` - no manual (kind of difficult) installation of `phyghtmap` needed anymore - closes #217 ## Considerations and...

infrastructure

Your option 2 sounds like a good idea. Maybe tests using such files could then be tagged or disabled by default, do that one has to invoke these tests with...

## Is your feature request related to a problem? Please describe. A clear and concise description of the problem, e.g. "I'm always frustrated when {...}" ## Describe the solution you'd...

enhancement

## This PR… - fixes https://github.com/treee111/wahooMapsCreator/issues/145#issuecomment-1537518024 - by using HDD for buffering or whatever with parameter "type=hd". Might be a little slower... but no more crash. ## Considerations and implementations...

prevents BCD_OVERFLOW Dump in zcl_amp_c_workloads. SE14 is needed for table `zamp_store` after pulling these changes. related issue: closes #198 In case of a metric: - [ ] docs created/updated -...

This PR replaces `/` by `_` because Prometheus does not like slashes in the "metric-name" related issue: closes #200 In case of a metric: - [ ] docs created/updated -...

The Prometheus converter class in combination with the "Business Application Log (BAL)" Collector and Jobs having a slash `/` in the name, Prometheus can not read the data properly. This...