David
David
> Forgive my naivety but I dont understand when you would ever want with() to replace rather than append. Since j2html is always constructing html to eventually be rendered in...
> @ijabz Also because of the problem that each() calls always render html as a single line making it hard to debug Im finding myself using a standard for loop...
Yes, this is the reason it's a bad fit for bootstrap, since you need to convert a lot of html to j2html. There was an issue for creating a conversion...
This might be helpful: https://github.com/ArthurClemens/mithril-template-converter/tree/master/packages/mithril-template-builder Live demo: http://arthurclemens.github.io/mithril-template-converter/index.html
Nice work rupert! It would be nice to have a JavaScript version that could be run in the browser, but I suppose I could create a web service for it.
Any update on this one @holmari ? What kind of contributions are you looking for?
GTX 1080 here, 80% CPU usage and 15% GPU usage.
Jetty 9 is has reached end of life, so this is becoming important: https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.48.v20220622
> I'm not sure how we can support both Jetty 9 and Jetty 11 in the same module since the jetty-server artifact has not changed coordinates. I'm surprised this isn't...
> If the Jetty project were willing to have Micrometer instrumentation in Jetty itself or a module maintained by the Jetty team, this problem could be avoided. This sounds reasonable....