Marcel Berteler

Results 12 issues of Marcel Berteler

As requested. I opted to re-use FromString in FromHexadecimal as that would catch any short Heexadecimal numbers.

enhancement

Would it be possible to add a Uuid::fromHex($hex) function that would basically do the same as this: $hex = new Hexadecimal('0x1EA78DEB37CE625E8F1A025041000001'); $uuid = Uuid::fromBytes((string) hex2bin($hex)); The function could either take...

enhancement

Same as #1007 but now with an additional option to add payload to the token

User DeprecatedUser Deprecated: Method "Doctrine\DBAL\Types\Type::getDefaultLength()" might add "?int" as a native return type declaration in the future. Do the same in child class "Elao\Enum\Bridge\Doctrine\DBAL\Types\AbstractEnumType" now to avoid errors or add...

Would you be open to receiving a PR for adding constants to the segments (and perhaps drop the $position argument completely)? Hard-coding the same value in setter and getters seems...

Ensure the HL7 globals are passed to the MSH when creating an ACK message. Part of #22

#245 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed...

## Subject When using a proxy which requires authentication, the installer fails with an error. This is due to the fact that the installer does not set the authentication header....

Only implemented on Redis