You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand the only thing that calls .update() is a signal from a GTK widget. Am I right?
What I have, though, is a stream of messages coming from elsewhere (in my case a websocket) and I want to push them into the Component and trigger rerenders every time a new one appears.
How can I do that?
The text was updated successfully, but these errors were encountered:
Hmm, I see this library is not getting all the love it deserves, which is sad and unfortunate, since it is such an amazing and beautiful library. But it is also completely understandable, so I won't expect any answers to this issue.
But hopefully in the future vgtk can rise again and become great.
I'll leave this open just because I think it is an important point to be addressed in the future and a question other people might have.
From what I understand the only thing that calls
.update()
is a signal from a GTK widget. Am I right?What I have, though, is a stream of messages coming from elsewhere (in my case a websocket) and I want to push them into the
Component
and trigger rerenders every time a new one appears.How can I do that?
The text was updated successfully, but these errors were encountered: