Paulo Lopes

Results 282 comments of Paulo Lopes

@rzorzorzo would you like to contribute this feature?

Why not? ```java /** * Shortcut to the response end with a given status code. * @return future */ default Future end(int statusCode) { return response().setStatusCode(statusCode).end(); } /** * Shortcut...

@thced although I proposed it, now that I'm looking at the idea after giving it a bit of thought, I feel this isn't really right. I see 2 ways of...

Also like @vietj mentioned on `discord`, status code must be set before the header are sent, and `end()` can be to late. For example, in streaming mode, one can do...

Hi, the installer will use the default `~/.m2/repository` cache but not look at `settings.xml` as it's not using maven (just the resolver). You can however replace the default server with:...

The issue with declaring it on the package json is that it won't be found for non root packages or else there is a conflict. Perhaps an option like npm...

Hi @Tibor17 I do believe we have some support for matrix in the openapi module. Can you detail a bit more of the use case you're trying to address?

As far as I can see, matrix never graduated to a w3c rfc/standard. Given that, I have to agree with @InfoSec812 on keeping vertx simple and standards compliant (if possible)....

@muhammad-abubakar I think it's all about the use case. (hence the need for a test, so we can see how this would be used). Say that we would like to...

The names I've used above are not normative. You are welcome to propose better ones, or a different hierarchy.