Paulo Lopes

Results 282 comments of Paulo Lopes

I was thinking something simpler, like just copy the examples. For example copy the web examples src/main/java and each package which is a demo becomes a template...

@cinterloper this does seem like a bug, since you already did so much work are you willing to make a pull request?

This is a bug on the npm package. They probably never worked on windows. The scripts have a different behavior on windows where they always get wrapped so the bat...

@aesteve Hold on with Swagger, we've just started with GSoC project in that area, we might have some heavy reactoring in vertx-web to easily expose the routes and their configs...

Hi @aesteve, @codepitbull there is some confusion here, the gsoc project hasn't officially started but @slinkydeveloper is already working on it. What was announced recently about swagger is a different...

@EmadAlblueshi this is because of the optimistic casting happening on the client where it internally converts the textual representation to a Instant type: https://github.com/vert-x3/vertx-jdbc-client/blob/master/src/main/java/io/vertx/ext/jdbc/impl/actions/JDBCStatementHelper.java#L268

if you remove it you also loose the TimeZone info... it then assumes your system timezone

I believe we need to revive this discussion: https://groups.google.com/forum/#!topic/vertx-dev/TROkyJQRJIU

I think the "next" step would be to follow the same approach https://github.com/reactiverse/es4x is using, by generating the proper JavaScript bindings and correct typescript definitions (which include enums) That would...

After several discussions and planning the draft of this feature is: 1. In vertx-auth-common we shall have a `AuditData` type where we can only set data: * source IP *...