Carlos Alexandro Becker
b80eb8303b
docs: fix lint issues in examples and tutorials ( #759 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-09 13:33:53 -03:00
Glenn Gonda
4880cf2a09
docs: fix typos and clean up comments
2023-02-19 08:45:22 -05:00
Austin Vazquez
e079831c31
Remove references to io/ioutil package
...
Package io/ioutil has been marked deprecated starting in Go 1.16.
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
2022-11-10 13:51:29 +01:00
Christian Muehlhaeuser
6b77c8fc10
chore: rename StartReturningModel to Run
...
Added aliases for the old functions, but deprecated them.
2022-10-08 01:34:17 +02:00
Christian Rocha
66cea095eb
Migrate from NewModel() to New() in examples for Bubbles-related stuff
2022-01-13 13:20:18 -05:00
Christian Rocha
6eabfd726e
Cleanup styling spinner and tui-daemon-combo examples
2021-05-14 22:30:46 -04:00
Christian Rocha
01878b5650
Make tui-daemon-combo demo look a little more enticing
2021-03-11 15:03:52 -05:00
Christian Rocha
b3f62af8b5
Add nil renderer and combination TUI-daemon program example
...
The Nil Renderer essentially disables the Bubble Tea renderer sending
loggings and print statements to stdout. It can be enabled via the
ProgramOption WithoutRenderer.
2021-03-07 13:01:54 -05:00