Hannes
Hannes
Hey guys, arrow-meta is awesome work! I'm currently experimenting with some example use cases that came up in KEEP-87 just for fun. I have a simple example that raises an...
I have some issues with Element.text or Element.text(""). My snippet is like ``` new { div(attributes = mapOf("id" to "main-stats")).new { div().classes("row", "stats-row").new { div().classes("col-md-12", "col-sm-12", "stat").new { div().classes("data").new {...
Since panama is a promising implementation already preview in Java 21 and before, it's finally time to think about implementing my structs library on it
Hi there, it's me again :) I integrated your library successfully and for the "normal use case" everything is fine. However, we have the following requirement: Our service has to...