EpicDima

Results 20 comments of EpicDima

А можно ли как-то исправить оригинальную базу данных или кого-то попросить внести изменения? Кажется ничего сложного

The same thing, I hope everything will be great in 3.0)

I would like to clarify what else is currently expected within this issue?

I think we can use [mordant](https://github.com/ajalt/mordant) to handle the user input that was added in this [pull request](https://github.com/ajalt/mordant/pull/175). It remains only to wait for the official new version to try

Perhaps this is no longer relevant, at least my programs have always crashed. The only thing in the `robot` sample that didn't happen, it just hung when `while(true)` was written...

I wanted to ask, are we doing optimizations right now, while there probably aren't any critical performance problems, and the actual question is, isn't this premature optimization? If not, why...

I think you can try to turn off the cursor for the demo via `input.sh` where the first command will be `ESC[?25l` https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797#common-private-modes

After merging the [pull request](https://github.com/JakeWharton/mosaic/pull/442) with `RawMode`, we can try to hide the cursor for `runMosaic` at the start, and show it again after completion so that the user is...

Yes, in fact, it is possible without raw mode, I meant that there is a similar mechanism that turns off raw mode when exiting, which adds control. If we do...

By the way, I have a [branch](https://github.com/EpicDima/mosaic/tree/epicdima/no_last_empty_line) to delete an empty line at the bottom. The branch is waiting for a [pull request](https://github.com/JakeWharton/mosaic/pull/394) with a decrease in the number of...