cghislai
cghislai
Thanks for your feedback. - Indeed conf-based installation would be great. - I will look into downloading games through rapid and providing the tools to do so easily, and auto...
@rdebusscher FYI, the requested change had been addressed in the code, although not marked resolved on github it seems.
Im running into the same issue using wildfly 16 docker image, shipping soteria 1.0. It happens only on subsequent deployment in my case: If I start the image, then make...
Reverting to previous wildfly version did not change anything. Overriding the IdentityStore#validate method (taking `Credential` as argument) rather that implementing one handling an application-typed credential fixed the issue, like for...
see https://github.com/primefaces/primeng/blob/229bb9420fcf7f406e314984a7f064e33640e71f/src/app/components/keyfilter/keyfilter.ts#L105
My prefered fix would be to only emits string. Regex are intuitively applicable to values of type strings, not numbers. Some might want to bind number values to input fields...