Federico Coletto
Federico Coletto
Hi. First of all, great project ! Unfortunately I'm not able to make it work, Running `hegel` or `npx hegel` via CLI into the folder of my application, I have...
#### Description The **foreignObject** tags are rendered as empty boxes when the content is an html fragment #### Example data The following sample has been generated using [MermaidJs](https://github.com/mermaidjs) ```xml #mermaid-1600326373315{font-family:"trebuchet...
This seems to be a really interesting project, but the lack of english documentations and comments makes it unusable for most of the non-chinese speaking people. Unfortunately automatic translation between...
**What happened**: Normal usage of HealthChecksUI, configured as follows: ```cs services.AddHealthChecksUI( settings => { settings.MaximumHistoryEntriesPerEndpoint(100); settings.SetEvaluationTimeInSeconds(30); ...ETC.... }). ``` ... leads to the execution of queries like this... ```sql exec...
This seems to be a really interesting project, but the lack of english documentations and comments makes it unusable for most of the non-chinese speaking people. Unfortunately automatic translation between...
RFC
I like very much the idea. Any plan to create a RFC ? I think it's vital for a proposal like this, in order to be easily accepted by the...
When creating complex tests, I try as much as possible to adopt OOP and general coding best practices. An example, is creating an **abstract** test class, from which many concrete...
As mentioned on the subject, **modelValue.startDate** and **modelValue.endDate** doesn't support string values. This is the case when a date is received from a JSON via AJAX. This could be easily...
What about ASP.NET 6.0 and ASP.NET 7.0 ? Are they supported ? Are there caveats or other things that needs to be taken care of ?
The current implementation (v0.14.0) of `RPlotExporter` [(src/BenchmarkDotNet/Exporters/RPlotExporter.cs)](https://github.com/dotnet/BenchmarkDotNet/blob/a739e2cc9a9626b17a85e0fbe7d016282948cad1/src/BenchmarkDotNet/Exporters/RPlotExporter.cs) works OK and IMHO is nicely implemented, but lacks for flexibility, because: 1. almost all methods are non-virtual and/or static 2. depends on...