Arturo Volpe

Results 9 issues of Arturo Volpe

With the version 0.1.3 I need to re-register the key handler every time the handler is fired, for example, in the version `0.1.2` this code works: ```swift setupGlobalKeybindings() { let...

This commit add the functions discuses in #30.

In JPQL we can use date functions (see [this doc](http://docs.oracle.com/cd/E11035_01/kodo41/full/html/ejb3_overview_query.html#ejb3_overview_query_functions)). In Jinq, we can't use this because `new Date()` is not recognized, and in the JPQL class there is not...

enhancement

BIN configuration, used to support 8-digit bin Configured with the environment property ${jpos.util.bin.length}, it should be a comma-separated list of bins. For example, if there are two 8-digit bins "4000000"...

This implement a basic tag feature. All tags are stored in a separate key in redis, like the services id. The `/api/report/services` method accept a query param with tags to...

By default all the dates are in UTC, this commit adds a new flag: '--time-zone' or '-z' that allows the user to pass a timezone. This is a breaking change,...

In openapi 3 the 'schemes' and 'basePath' were replaced with a single property called 'servers', in this property we introduce the available servers with the full path, for example: ```yaml...

This is a work in progress, **this is too disruptive to be applicable/useful**, but I want to make this pr so if in a future we make the jump we...

If the database is MySql the column issue_statuses#is_closed is a integer 0 or 1, but if the database is PostgreSQL, the column is boolean. A check for the database type...