This is my first attempt to use dagger and I'm trying to print arbitrary values using fmt.Printf (quick and dirty development logging) to the TUI console but they always get printed on top. I want to print progress values like state changes inside for loops along with the execution of functions like withExec.
Is this possible?
I've checked the documentation, Go SDK and examples but I don't find anything like this, I might be trying to use the framwork in a wrong way but I want to be sure.
Thanks!