Changkun Ou

Results 128 comments of Changkun Ou

This bug can cause RDP not able to join. FXXKING DONT KNOW WHY. Reproduce: 1. Connect RDP, working 2. Connect SSH, working 3. Re-connect to RDP, working 4. Re-connect to...

There are some problems with connecting RDP too. The simple fix is to refresh the client. No idea of reproducing the problem and fixing it atm.

Hi @toni-moreno , this is one of the hard issues in this project. I have no clue how to fix it. It would be appreciated if one can give an...

As far as I know, guacamole-lite is a guacamole client that different from the purpose of this project: implement the guacamole server and redesigning the guacamole protocol.

> Thanks. I think it most likely is an issue on our end. Seems like something has made it appear again. It sounds like this was an old issue that...

The problem seems more serious in all general cases. If a user is manipulating a widget property in a separate goroutine, then nothing prevents the data race at the moment....

> educate devs about the need I am not sure educating devs can solve the problem entirely. Considering this example: ```go package main import ( "image/color" "log" "time" "fyne.io/fyne/v2" "fyne.io/fyne/v2/app"...

From PR #2564, here is a summary of current observed problems: 1. Manipulating exported widgets struct can race with the internal renderer (if a user manipulates those fields in a...

I have not yet obtained a global overview regarding all APIs and the potential of possible configurations. Each widget may have more than existing configurations, which I think have not...

> That feels like quite a heavy API to replace what is quite simple field access. And it would mean a complete shift in API design so probably something more...