Paulo Lopes

Results 94 issues of Paulo Lopes

There is interest of using this from a polyglot side https://gitter.im/es4x/Lobby?at=5e158929821b826f5a84b787 Adding some basic annotations would ease the usability for this case and perhaps we can investigate if we can...

enhancement

Currently, I've noticed a few generation errors regarding how classes and interfaces are annotated. For example, if a `@VertxGen` interface has a `enum` declared inside, this will be valid java...

bug

Now that JavaScript also supports `BigInt` both on the browser and on graaljs, we could allow this type in codegen.

enhancement

Getters and setters are seem as properties and for each property the model just exposes 1 doc value, usually the getter, which means that for languages that distinguish Getters and...

This is how I'm currently doing it for OpenFaaS + Vert.x: https://github.com/pmlopes/openfaas-svm-vertx/blob/develop/template/vertx-svm/Dockerfile So in a nutshell, instead of `Ubuntu` (which is fine) you could use: ```Dockerfile FROM frolvlad/alpine-glibc:alpine-3.8 RUN apk...

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth-iam.html Technically we can use this mechanism as of today as we support redis authentication, we could however try to simplify the process to generating the v4 signature in a...

enhancement

Motivation: Cluster deployments that use the DNS to announce the initial set of servers composing the cluster can now be discovered by the cluster client instead of requiring users to...

Currently, the client negotiates the protocol version at connection level, or falls back to 2 if configured so. Instead, we could pick it from the url if provided, as it...

enhancement

Motivation: The Cookie store was used as a template to create other stores, given that some users are asking to use it in prod, for 5.0.0 the recommended way is...