Luis Enrique Muñoz Martín
Luis Enrique Muñoz Martín
Hi @optimizasean, I had no plan to make a homebrew release because I do not use MacOS, but if someone thinks it's util and wants to make a homebrew release...
To summarize, the complete workaround could consist in: - Avoid user names out of the `[0-9A-za-z_]*` language. - Use only the final element of the file path. - Check if...
Regarding "YUYV format, which contains 2 pixels per 4-byte block", until I can see, the YUYV format seems to hold the same data as RGB format for each 4-byte. So...
Regarding point 1. From message-io, when the CPU goes up it could be because of the active waiting in sending methods. `message-io` enters into this "active waiting" when the receiver...
Regarding point 1. The receiver is doing a lot of work here https://github.com/lemunozm/termchat/pull/39/files#diff-87619baf236177a7a9fc38150961151b7583b6f2f082ade75915f3ac4ca49c41R303 because it is always receiving data because the sender is sending without a rate. I think the...
Hi @sigmaSd, Sorry for not answering, I currently have a lot of open fronts in mind, and because this part required somehow goes deep, I left to the next week....
Hi @sigmaSd, I took a look at the changes. I like it a lot! I will investigate the performance issue. Some days ago I was thinking about what you just...
Hi @brunobord, My first try was to make it as you say: from top to the bottom, but I found a limitation in `tui-rs` (the library used to draw in...
There is a related issue in `tui-rs` talking about the same problem (different perspective, but same problem): https://github.com/fdehau/tui-rs/issues/89
> and make a variable to track the total number of lines that message is going to take I think that the main problem resides here. How do you know...