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
Would it be possible to listen to progress::progress_bar() update messages and translate those into proper progression conditions? It looks tricky and would rely on knowing what output to expect from progress_bar(). For example,
As a starter, if all progress_bar() calls would make use of the new message_class, then it would possible to identify progress_bar message from regular messages, e.g.
Yet, it'll be hard to parse those message strings to reverse engineer the underlying progress state, especially since we don't know what progress_bar(format = ...) has been set. Although, we could possibly be able to infer it after having received a few updates.
The text was updated successfully, but these errors were encountered:
Would it be possible to listen to
progress::progress_bar()
update messages and translate those into properprogression
conditions? It looks tricky and would rely on knowing what output to expect fromprogress_bar()
. For example,As a starter, if all
progress_bar()
calls would make use of the newmessage_class
, then it would possible to identify progress_bar message from regular messages, e.g.Yet, it'll be hard to parse those message strings to reverse engineer the underlying progress state, especially since we don't know what
progress_bar(format = ...)
has been set. Although, we could possibly be able to infer it after having received a few updates.The text was updated successfully, but these errors were encountered: