BDisp

Results 415 comments of BDisp
trafficstars

I'm not sure because once I needed to add others source mapping but I've gotten issues with others projects and I removed all and only keep the `nuget` checked. I...

You are in the right way, good catch. I'm working on a new PR that get rid the `NStack` dependence that fix #92. What you are relating here for a...

Please can you test with the PR #2848 and check again. All the tests on macOS must be done with that PR because some of the issues may be already...

@kacperpikacz does PR #2951 fixes this? Or this is already fixed?

> @BDisp yes recent pr fixed the scrollview issue shown on second video. Thanks @kacperpikacz. The issue of the first video isn't yet fixed because some glyphs doesn't render well....

Check if is some TestFixture that is using a class on a parameter. With xunit that happens and doesn't run the test at all.

Here is a unit test which wont run even you comment any of the [Test]. They only passed using `ReSharper`. But why? Isn't only dotnet dependent? I'm confused. ![image](https://github.com/gui-cs/TerminalGuiDesigner/assets/13117724/01098d87-4dba-45c4-8243-cc504651d054) ![image](https://github.com/gui-cs/TerminalGuiDesigner/assets/13117724/49ab20ab-7beb-434f-a293-9eb5951de0f1)...

> What do you think about using SuppressedProperty for this now? might reduce scope for issues? It seems the PR's are being merge again. I have two v1 PR to...

I see now your concern. But I need to clarify how `MdiContainer` works. An app only can have a `MdiContainer` toplevel. If you run another `MdiContainer` toplevel will throw an...

I'm also having this issue. How can I set the severity from `Error` to another value? I already tried by right click on the item and `Set severity` with other...