Sila Setthakan-anan

Results 4 comments of Sila Setthakan-anan

login with passport local strategy's request body must be only `username` and `password` (can't use `email`) #### Body Request ```json { "username": "[email protected]", "password": "your_password" } ``` #### Response from...

Hi @kressi, I am a bit new here. Thanks for this PR and the context in #3097. I see how `Option` helps NullAway. I have a question about the design....

**FYI:** I tried to work around by removing `~/.m2/repository` directory, then re-installed dependencies, but I still found the same error. ```console validate_shouldReturnAllCustomers(): java.lang.NoSuchMethodError: 'java.util.Set org.springframework.http.HttpHeaders.keySet()' at io.restassured.module.webtestclient.internal.ExchangeResultConverter.assembleHeaders(ExchangeResultConverter.java:78) at io.restassured.module.webtestclient.internal.ExchangeResultConverter.toRestAssuredResponse(ExchangeResultConverter.java:66) at...