Gaël Jourdan-Weil

Results 79 issues of Gaël Jourdan-Weil

# Pull Request Checklist * [ ] Have you read [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)? * [ ] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [ ]...

I'm actually not sure this is a bug but I believe SimpleDiff should not need LCS, right? Following is OK: ```scala import diffson.jsonpatch.simplediff._ import diffson.playJson.DiffsonProtocol._ import diffson.playJson._ diffson.diff(Json.toJson(x), Json.toJson(y)) ```...

bug

Hi, Having an implicit body parameter which definition looks like this: ```scala case class SomeDTO( name: Option[String], aLong: Option[Long], aFloat: Option[Float], aBoolean: Option[Boolean] ) ``` And declaration: ```scala @ApiImplicitParams(Array( new...

Hello, Imagine you have 2 endpoints: - `/public/swagger.json` -> should return the swagger definition for resource under `/public` - `/private/swagger.json` -> should return the swagger definition for resource under `/private`...

Hello folks, More a question than an issue but did I miss something or there's no changelog for the releases? It's always a bit mysterious to upgrade dependencies when no...

When the production code uses code similar to the following: ```scala wsClient .url(".../something?someQueryParam=some value") .get() ``` And a test defines MockWS like this: ```scala MockWS { case ("GET", ".../something") =>...

**Is your feature request related to a problem? Please describe.** I have a deployment workflow that includes: - generating a bunch of files (specific to application) - define a `configMapGenerator`...

kind/feature
triage/accepted

Aims to solves #3866 Please review with care as I've never written Go before! Also unit tests doesn't actually go through the command parsing so there might be issues on...

cncf-cla: yes
size/L
needs-rebase
lifecycle/stale
priority/important-soon
ok-to-test
triage/accepted

### Please add the exact image (with tag) that you are using eclipse-temurin:17-jdk-jammy ### Please add the version of Docker you are running podman 4.2.1 ### What happened? Hello folks,...

Hello, The lib does not allow to retrieve currency symbols for european countries as they are all considered as one big country called 'European member...'. The thing is, when you...