Julien Ponge

Results 260 comments of Julien Ponge

That one's for your @pmlopes 😉

Looking at the code it sounds like we should explore a drain-loop design as one can find in RxJava / Mutiny, etc. - Enqueue buffers sent via `handle` - Have...

> @jponge I think ATM we have a concise and simple way to handle REST API implementations. I've one question for you. > > The current draft assumes that users...

Absolutely, the whole guide needs to be revamped for v4 (e.g., no more Shiro authentication, move to SQL client, etc). And perhaps make the guide more concise.

You may open a PR to the latest 3.9 versions. Note that this project is not actively maintained these days.

Yes PRs are welcome!

@FrancescoBorzi here https://github.com/vert-x3/vertx-guide-for-java-devs/blob/master/step-9/src/main/java/io/vertx/guides/wiki/http/HttpServerVerticle.java#L67

This is by default, but this can be overridden https://vertx.io/docs/apidocs/io/vertx/ext/web/handler/StaticHandler.html#create-java.lang.String- > On 29 Nov 2018, at 09:49, Francesco Borzì wrote: > > @jponge yes I was looking at that piece...

I am no modern Angular expert, so it looks good to me. That's a lot of files, can't it be made smaller?