進捗ゼミ
進捗ゼミ
@moneppo It seems in the current implementation of bubble tea, ignoring input with `WithInput(nil)` means that bubble tea does not do any processing to receive user input. For example, the...
I would like to write code to solve this problem and create a pull request, but before I do so I would like to hear some design advice on how...
@cpendery Currently, bubble tea programs are not supposed to redirect their output results to another file or pipe them to a command. Therefore, for example, if you write bubbles tea's...
I am not sure this issue is a new feature addition. This might be a bug fix.
# How to reproduce the problem Change `Init` in `examples/sequence/main.go` and add `SleepPrintln` like this. ```go func (m model) Init() tea.Cmd { return tea.Sequence( tea.Batch( tea.Sequence( SleepPrintln("1-1-1", 1000), SleepPrintln("1-1-2", 1000),...
Oh, I totally forgot this PR! Yes I think this should be solved.
@meowgorithm Could you check this issue about `SequenceMsg` and `BatchMsg`? I am willing to resolve conflict of #848
Thank you for your review. Since this PR is too old and has a conflict, I would write the same code-fix for the current code.