Thiago Henrique Hüpner

Results 36 comments of Thiago Henrique Hüpner

Maybe you could use the details tag: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_details

I'll probably revert the changes. Locally I couldn't reproduce the failure that always happens in the Github Actions

Repeating the tests using the @RetryingTest from JUnit Pioneer make it work. It would require a more in-depth look to understand what is causing the failure.

Right now this is blocked by #2642

Currently, Piranha Server doesn't support automatic deploy and undeploy of applications, so it is required to have them in the webapps.

@mnriem Do you mean like `autodeployer.war` that when it is in the webapps folder it will listen to changes or something else?

Could you separete all annotations from package `io.leangen.graphql.annotations` in a different module? @kaqqao

It would be possible to generate mutations like [this](https://docs.hasura.io/1.0/graphql/manual/mutations/index.html) one?

@sormuras I guess not, because the JVM will start from a cold state every time it is restarted, so it will lose some JIT optimizations.

@mnriem Do you mean to include a check if the command line has a value and if not use the ServiceLoader, and include a warning log that using ServiceLoader is...