benjamin-dreux
benjamin-dreux
I didn't change kotlin exemple, because i know nothing about kotlin, but i assume the same could be done one those example
After playing with https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea I also noticed that in a textarea the first line return is not taken into consideration, but the one before the closing tag is. So we...
That's precisely the documentation with which I'm still unsure if I'm dooing the right thing. In the exemple I provided, yes I'm using `of` builder to include a other block,...
We’re are getting close to what I’m looking for. Your last exemple is what I started doing at first to limit the number of dynamic blocks, mostly because I’m lazy....