Joseph Garrone
Joseph Garrone
> Strange, I have a check for if messagePerField isn't defined. Silly me, it's a `return` statement at the JavaScript level, not FreeMarker 🫠Fixing...
Hi @DA-ThomasL, It's fixed in 6.8.3 Thanks for reporting
Hi, This error does surprise me, It would help if you could help me reproduce somehow. Or maybe you could give remote access to your machine. I am currently stuck....
Yes, it does work with M1 now. Please provide a sample project with a documented reproduction path and I will fix in the better delays.
Hi @redben, Are you geting a 500? What Keycloakify version are you using?
@Romcol, Ok! Nice to know it's releated. Sorry for not answering your message on the other issue yet. I'm still in vacation but I promise we are going to sort...
Hi @alessandro308, No, not yet. Account theme support is the next item in my TODO list for Keycloakify but for the moment it's not supported at all.
Hi @oleh-hutsalo-ks, Thanks for reaching out, and for your kind words. I see you are a man of culture as well, I have the same testability problem in my own...
The test that would have to pass in `src/test/objectFromEntires.types.ts`: ```typescript { const originalObject = Reflect(); const entries = objectEntries(originalObject); assert(); const transformedEntries = entries.map(([key, value]) => [key, value.length] as const);...
You are very welcome, You are helping me address critical issues that many peoples are experiencing but only a handful of people like you actually reports. Best regards,