Pochen Lin

Results 9 comments of Pochen Lin

Any update on this? I'm also interested in disabling autovalidation until, for example, the user submits the form with some errors. I've tried to handle this use case, but I'm...

Se a qualcuno può interessare, ho provato a creare una patch git da applicare ad un progetto Flutter (ho usato la versione 2.5.3, ma penso funzioni anche con inferiori) per...

Controlla nel file android/settings.gradle, dovresti avere i riferimenti ai progetti sotto la cartella 'lib' da cui il progetto Flutter dipende (vanno scaricati separatamente tramite git clone) ``` project(':dgc-sdk').projectDir = new...

Prova ad aggiungere il seguente frammento nel tuo AndroidManifest.xml dentro al tag _application_, a fianco dei _meta-data_ per capirci ``` ```

Hi @chemicL I'm a newbie in Reactor, so I'm trying to experiment. My use case is quite simple in pseudo-code List = Flux.fromIterable(myListOfItemsToSubmitToSpringWebClient) .flatMapSequential(item -> callWebClient(item)) .collectList() .block(maxWorkTimeout); This fragment...

Any update on this feature? It would be great to enable remote devtools for hot reload with docker build image and reactive applications

Please consider adding: * jti validator customization (`DPoPProofJwtDecoderFactory.setJwtValidatorFactory()`) to replace default local JTI_CACHE with some distributed/shared cache. This will help multiple OAuth2 resource server share a common jti cache to...

> TL;DR it should be possible to customize the DPoP validation to be reverse-proxy aware. I'm just trying to scratch my itch here, but I do believe this is not...