Stéphane Épardaud

Results 662 comments of Stéphane Épardaud

Hi, this looks very useful, thanks! I tried generating the docs, but didn't see any TOC, is it normal? Also, why are we listing the plugin dependencies, is it useful?

OK, I understand about the TOC, thanks. > I doubt it's very useful to list plugin dependencies (except for rare cases), but Maven website list deps for their plugins (please...

In #27526 I changed this a bit. The reasons are about UX: - From the user's PoV, whether the form is urlencoded or multipart should not matter in most cases....

@loicmathieu are you OK for me to merge this?

So, I'm a bit puzzled by the state of this issue. What is wrong and what can we fix? It looks like we're getting cryptic exceptions such as `java.lang.IllegalStateException: session...

Well, it's not just setting up the assertion checks, right? If we want to make this work transparently for Panache, we need to start switching to the right thread behind...

Hi, So, this is very interesting. Lemme learn more about htmx, but meanwhile I can already say you could simplify your code: ```java @GET @Path("/form") public TemplateInstance renderForm() { return...

> FYI this is how it was solved in the example we are creating for Quinoa, I guess the same would be working: https://github.com/TeHMoroS/quinoa-request-control-discussion/blob/main/src/main/java/dev/dnadesigned/quinoa/TemplateGlobalVariables.java > > and the template: https://github.com/TeHMoroS/quinoa-request-control-discussion/blob/main/src/main/resources/templates/common/base.html...

They're not, but I don't think they need to be. Oh, this is renarde, so they have `@Path("order")` and `@Path("comments")` added.