Florian
Florian
Is there a specific reason why Chain2Sequence does not conform to `MutableCollection` when `Base1` and `Base2` do? I'm trying to build an API that uses two `some MutableCollection` as parameters...
**Describe the bug** When launching keycloak, the installation fails due to sonatype requesting authorization. (e.g. https://repository.sonatype.org/service/local/artifact/maven/content?r=central-proxy&g=com.github.vzakharchenko&a=rad-sec-plugin&e=jar&v=1.4.9) **To Reproduce** Steps to reproduce the behavior: 1. Launch keycloak docker container with radius...
I have the following YAML: ```yaml root: : - sub: value1 other: - sub: value2 ``` Which according to [YAML Lint](https://www.yamllint.com) is valid. But Yams fails to decode it with...
Autoheal seems to restart paused containers. We use `docker compose pause $service` to pause certain containers for e.g. backing up their volumes w/o risking concurrent access to it. It would...
Given the same dual display setup as described in #23, the dice are shown on the upper display when hiding. The video shows only the upper screen. https://github.com/chockenberry/Notchmeister/assets/1689782/2c43811a-7ecd-46ff-a3fe-cf8da4417b44
### New Pull Request Checklist - [x] I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md) - [x] I have read the [Documentation](http://cocoadocs.org/docsets/CocoaLumberjack/) - [x] I have searched for a similar...
### New Pull Request Checklist - [x] I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md) - [x] I have read the [Documentation](http://cocoadocs.org/docsets/CocoaLumberjack/) - [x] I have searched for a similar...
### Describe the bug A set of conditional operands as for example `if (a || b)` seems to evaluate all its operands (`a` and `b`) upfront. This means that `b`...
This allows using any of the key's associated user ids as git committer identity. If none is specified, the primary is still used. Also, this adds another output, that includes...
This adds `targetContentIdentifier` and `interruptionLevel` to the `Aps` interface and `Notification` class. They are currently missing but are there in the JavaScript implementation.