Results 13 issues of René Larch

### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9 10.1.0 ### Bug summary Umbraco stores MiniProfiler Steps in a cookie when a local...

type/bug

PostgreSQL: Failes to `BulkInsert` entity with JSONb column configured with recommended `Owned Entity Mapping`. It looks like EFCore.BulkExtensions handles the Jsonb columns like a relation navigation property but it is...

I am a user of the `MathNet.Numerics` library, extensively utilizing its linear algebra capabilities for performance-critical applications. I've noticed that the current API provides several methods for creating vectors from...

Your dependencies to Microsoft.Build.* are bleeding into the $(OutputPath) of every project that holds a reference to ILRepack.MSBuild.Task. This pull request fixes that issue by moving said assemblies into the...

Hi, thanks for the effort put into the Microsoft.ML.Tokenizers! I'm the author of the last performance improvements in `SharpToken` library. Since MLTokenizers are faster now than SharpToken I looked into...

question
untriaged
Tokenizers

The following code produces an error: ```f# {{ "1024-06-26" | date.parse | object.to_json }} // -> error : CurrentDepth (1000) is equal to or larger than the maximum allowed depth...

bug
pr welcome

Hi, my customer has a lot of signed PDFs. These PDFs are signed with Pkcs#7 and have the extension `file.pdf.p7m`. PdfPig can load some of these files, but not all....

enhancement
document-reading

This PR enables use cases like the following. Feel free to merge or close 👍 kind regards René ```c# [Fact] public void CanHandleTextAlignment() { AssertSuccessfulConversion( ConvertToHtml("text-align.docx", mammoth => mammoth .AddStyleMap("p[text-align='center']...

Maybe a regression of https://github.com/dotnet/efcore/issues/29219 Materializing a JSON entity with `null` property results in an error even if the target model allows null. Expected to materialize the property as null...

customer-reported
area-query

This PR fixes #68 If an `{\info ..}` contained a invalid date like: `{\printim\yr0\mo0\dy0\hr0\min0}` or `{\creatim\yr0\mo0\dy0\hr0\min0}` then a `System.ArgumentOutOfRangeException` was thrown by the DateTime ctor. This PR resolves the issue...