BDisp

Results 764 comments of BDisp

Yes I see. Maybe it isn't thread safe. When you get the response in the Action method it may have mixed keys, which make it unreadable.

Do you also prevented if no response get back at all, e.g. in the cases where the request isn't recognized and no event is send by the mainloop, waiting indefinitely?

> Well there is no waiting going on. But yes unmet requests will be forever outstanding which will also block new requests for same terminator. > I think you shouldn't...

Another issue I had with my PR was in `WindowsDriver` and `CursesDriver` when the mainloop is waiting for input. Even suspended them from reading the input to only using the...

Do you are having unfinished requests returning by the timeout schedule? If affirmative would also be great to include in the stress tests with the yellow color.

> @BDisp this is also ready - which do you want to merge first if we are going to have both these systems (blocking/realtime) as options? I prefer mine is...

On the request text field put a invalid request that wont response at all and see what happen. Also with a valid request maintain the enter key pressed during a...

> Visual Studio really frustrates me sometimes.... > > I wasted so much time today fighting it, because it was randomly refusing to load random projects in random solutions. And...

I'm also facing this same problem when trying to run a self-container (trimmed and single file) even adding the `JetBrains.Annotations` dependency to the project. This situation should be corrected as...

> Self-Contained is going to require additional testing, anyway, but this specific problem, at least, will be resolved by #3572 I think I've already managed to somewhat overcome the fact...