Michael Seibt

Results 187 comments of Michael Seibt

Some testcases fail to wait for revisions to be loaded... :(

Other calls of `SetRowCountAndSelectRowsIfReady` - at least the one from `UpdateGraphAsync` - will be removed in a follow-up, or rather the entire function `UpdateGraphAsync`.

> I would have preferred that the extra timer was not needed. > > > Other calls of SetRowCountAndSelectRowsIfReady - at least the one from UpdateGraphAsync - will be removed...

I am using something similar: 00d0c84082cce49bc1cbb00e9d03cf2b7c8eec42. But I rather want `{SelectedFiles}` to not be supported from the revision grid, i.e. only from the panels Diff and File Tree. Use case:...

`{SelectedBlobPaths}` might be a compromise because it avoids the term "Files". (But I would not introduce a new term "active commit".)

Test discovery and execution fails in Visual Studio, too (tested with 17.6.2 and 17.6.3). - use a fresh (`git clean -xdf`) clone of https://github.com/gitextensions/gitextensions.git - open `GitExtensions.sln` - build solution...

The behavior with 17.6.4 is exactly the same (on my Ryzen 5700U with 16 virtual cores).

A (Re-)`Discover` button would help. Or is there a way to trigger the discovery manually?

I would appreciate this feature very much, too. Currently, I lose the current cursor and view position when I want to know the values of such tags.

Hello @RuiG19, this race condition can be seen with a client subscribing to two services offered in one Offer message (after StopOffer for these services). `_endpoint->set_established(true);` is called too late....