Sandor Drieënhuizen

Results 8 issues of Sandor Drieënhuizen

The TypeScript generator handles array arguments differently than the C# generator. I am aware of the limitations in the Swagger 2.0 spec so I'm not necessarily looking at complex model...

type: enhancement

I just noticed that the `CalcAndFormatExpression` method in `TextObjectBase.cs` swallows the original exception, only passing the inner exception into the new exception: https://github.com/FastReports/FastReport/blob/d433d505823e84140ad4458baff253a7a91811f4/FastReport.Base/TextObjectBase.cs#L463 In my case, when a database connection...

Now and then I make changes to quite a few aseprite files. Then, to re-import them in my Godot project I have to work through all related scenes and select...

So when I enter an "Output File Name" for example and click on another node and then navigate back to the initial node, the change is gone.

enhancement

The *Output File Name* field is used as a prefix but the name of the property is a little confusing given its behavior. I'd suggest *Output File Name Prefix* or...

enhancement

Perhaps rather naively, I'd expect the following code to either fail at runtime or the assertion to succeed. ``` var result = Result.Fail(new List()) result.IsFailed.Should().BeTrue(); ``` But `result.IsFailed` turns out...

I'm using GNU Assembler and while that assembler supports the `#` and `|` (at the start of a line) delimiters, the plugin doesn't recognize those delimiters.

enhancement

When running a `dotnet restore` or `dotnet run` without `--no-restore` under Bear, the restore times out after a few minutes. It seems like network traffic to the nuget package source...