kacperpikacz

Results 13 comments of kacperpikacz

You should start playing with terminal size just after running an app. `https://media.giphy.com/media/9ap4iFOBViDFdcgErl/giphy.gif`

Yes, only while resizing. You change terminal dimensions after the InternetTime.GetCurrentTime() finished. Start to play with terminal size immediately after dotnet run. I checked now, Windows don't have this issue.

@tznind just checked your modified MainLoop class but it doesn't fix issue in this case. Application.UseSystemConsole = true will fix this issue. So the problem is somewhere inside ConsoleDriver

@tig The issue is still there. https://github.com/gui-cs/Terminal.Gui/assets/76921244/178b2687-da9a-400c-8186-45d7b0472155

I've checked versions `1.6.4, 1.5, 1.4` from NuGet now and I can confirm that the issue with my code example doesn't exist there (not sure about Threading Scenario from UICatalog)....

> @kacperpikacz it seems that you are dealing with some threading job and updating the screen without using `Application.MainLoop.Invoke (() => do screen update here in the UI thread)`. It's...

> You need to update the `TextField` like this. Here you don't need to call Application.MainLoop.Invoke because the `AddTimeout` already handles that. You also don't need to call `SetNeedsDisplay` because...

@tig Sorry for the confusion. It's **fixed** now in `develop`.

Can you show the code please? I'm not having any issues with kitty on Mac.

No changes at all after running with #2848