Zbyszek Wieczorek
Zbyszek Wieczorek
### Name and Version bitnami/keycloak:18.0.2-debian-11-r26 ### What is the problem this feature will solve? after keycloak was migrate from jboss to quarkus - there are embed other sql drivers `INFO...
### Name and Version bitnami/keycloak:18.0.2-debian-11-r26 ### What steps will reproduce the bug? on docker When using KEYCLOAK_EXTRA_ARGS: --import-realm and mount volume eg. - ./import:/opt/bitnami/keycloak/data/import https://www.keycloak.org/server/importExport#_importing_a_realm_during_startup docker creates path `/opt/bitnami/keycloak/data` with...
eg. OriginateAction https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_Originate allow multiple Variable "Variable - Channel variable to set, multiple Variable: headers are allowed." i think that objToRaw from asterisk-ami-event-utils should: check for array type or provide...
I have several gpio listeners when call serial.close() gpio listeners are closed INFO com.diozero.internal.provider.builtin.gpio.GpioChip::eventLoop - Event loop finished probably by this : `raise(SIGINT); ` in native utils https://github.com/mattjlewis/diozero/blob/main/system-utils-native/src/main/c/com_diozero_internal_provider_builtin_serial_NativeSerialDevice.c#L381 having serial...
new BoolExp(array $args, $operateor) shold produce $arg1 $operateor $arg2 operateor $argN
new ConcatExp(array $args) should produce $arg1 . $arg2 .$argN
When you call "on" with float 1 ``` public void setValue(int channel, float value) throws RuntimeIOException { if (value < 0 || value > 1) { throw new IllegalArgumentException("PWM value...