ulk200
ulk200
This is related to https://github.com/hoaproject/Ruler/issues/86 I'm using the Hoa/Ruler library that i downloded with composer, but i'm using a third party autoloader. When `hoa://Library/Ruler/Grammar.pp` gets loaded the `\Hoa\Protocol\Node\Library` object calls...
Use the timezone from the Calendar that may be passed as 3rd arg in setTimestamp setTime and setDate
Use the timezone from the Calendar that may be passed to PreparedStatement#setTimestamp, PreparedStatement#setTime and PreparedStatement#setDate to format the date According to the doc : _With a Calendar object, the driver...
Hi, I had to set the datepicker with a timestamp value (integer), spefifying 'ui-date-format' to '@' but it was never parsed. Line 92 ``` JavaScript if (angular.isString(value) ) { return...
I would like to mimic the behaviour of the adapter that was maintained by the keycloak team, but that is now deprecated. In class `org.keycloak.adapters.AuthenticatedActionsHandler` they used to read the...