Carlos Alexandro Becker
Carlos Alexandro Becker
I think you should use `vim` instead of `vi`.
Hi! Which terminal emulator are you using?
can you share a full reproducible of the issue?
I can't reproduce with that due to missing api keys. Could you provide an example program with just the minimum required to reproduce the issue? (i.e. dummy data, just the...
that example does not run, and still has a whole lot more than the minimum needed... my guess would be: - as [per docs][docs], the window size msg is fired...
you could probably always handle that event, and show the viewport or not in the `View` function...
@purpleclay we're trying it out in some places to see how it feels like... if you wanna give it a try and let us know what you think, it would...
@purpleclay you can run `go test ./yourpackage/... -update` and it will generate them for you
ahh, glad you got to test it @purpleclay! > 1. My `Update()` method is driven by the initial `Init()` and needs it to return a `tea.Msg` containing EC2 metadata. This...
@purpleclay the race should be fixed now!