Maarten
Maarten
+1, we just ran into the memory issues ourselves after some profiling. Not sure why it still hasn't been released yet...
I'd love to have a docker image of this, setting it up the server would be as simple as one command
Would love to see this feature as well 👍
~~Having the same issue~~ Found the problem, I had an array of strings in my schema and somehow that triggered the error. In any case, the error message could be...
I like this idea too :)
> Hi! There's actually support for this on `main` in the form of [`Form.WithProgamOptions`](https://github.com/charmbracelet/huh/blob/66118a2cb3cf263b8b127785bf0367527b7830d3/form.go#L283-L287): > > ```go > err := huh.NewForm(/* ... */). > WithProgramOptions(tea.WithOutput(os.Stderr)). > Run() > ``` >...