Yohan Siguret

Results 3 issues of Yohan Siguret

Fix`UriBuilder::queryParam` to hold its promise on null values : If either name or values are null the value will be ignored. In Java (at least), passing `null` to `UriBuilder::queryParam` among...

Our GitHub Page https://ekino.github.io/veggies/ is not up to date since 2017 (at least according to [Deployments/History](https://github.com/ekino/veggies/deployments/activity_log?environment=github-pages)). We should either bring it back by unearthing the build from old commits, or...

question
documentation

I was browsing the repo while rebasing one of my PR here, and remembered this old workarround from 2018: https://github.com/micronaut-projects/micronaut-core/pull/963 Apparently it still exists in 3.6.x: https://github.com/micronaut-projects/micronaut-core/blob/3.6.x/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java#L123 There even has...

type: improvement