BDisp

Results 764 comments of BDisp

After I removed the JETBRAINS_ANNOTATIONS constant in the base project config, I'm getting the following exception with `win-x64`, but at least it tried to run. ``` Unhandled exception. System.TypeLoadException at...

It's not related. It's due the limitations of not be allowed reflection. In the win -x64 it's some type not found.

I've managed to get `win-x64` to behave like `linux-x64`. The `WriteConsole` method has a parameter with the incorrect type. I will submit a PR to fix this. Unfortunately, the `ConfigurationManager`...

I've already managed to attach `Self-contained` to the debugger using `win-x64`. However, I cannot attach using `linux-x64` and `osx-x64` to the debugger, as it gives the following error. If anyone...

I'm already fed up with doing the procedure below millions of times, even though I'm always using the same v2 branch just because I'm publishing with a different platform (win-x64,...

@tznind I think you should change the title to reflect that this affect all drivers.

In the `NetDriver` I used in the `Init` method a line to read the terminal type. Actually I don't know at the moment.

Requested ANSI escape sequences shouldn't be enqueued because we need his response immediately before return from the method that did the request. So, it must be rewrite to provide a...

I wouldn't do it async because it you request the cursor position for e.g. you may want the response right away to take some action while you are in the...

Not exactly if we handle the `ReadKey` in the request method and ensuring returning the response or error in it.