cremor

Results 78 issues of cremor

It just took some time until I figured out why my unit test that that uses `WithRequestBody` always fails for code that uses `PostMultipartAsync`. I had to check the Flurl...

enhancement

I recently noticed that GitPunch doesn't notify me about new releases in the [K-9 Mail](https://github.com/k9mail/k-9) repository. I don't know if other repositories I starred have the same problem, but for...

The short conventions DynamicInsert/Update.AlwaysTrue/False only apply to classes. They should also apply to subclasses and joined-subclasses.

bug
needResearch

Currently the `MemberAccessResolver` isn't used for component properties mapped with a `ComponentMap`. Additionally there is no way to use the `Access` object which is returned from the `MemberAccessResolver` to specify...

api enhancement
needResearch

I found a Jpeg image file that can not be added to a PDF by calling `PdfPageBuilder.AddJpeg()`. The resulting image in the PDF just shows a mostly black area. I...

bug
testing

I have a PDF that throws a `PdfDocumentFormatException` on a `GetPage()` call. This happens both when opening the PDF with default settings and with `LenientParsingOff`. ``` UglyToad.PdfPig.Core.PdfDocumentFormatException HResult=0x80131500 Message=Invalid type...

bug

The PdfPig NuGet package contains the assembly UglyToad.PdfPig.Package.dll which doesn't contain any code. It doesn't really hurt, but I think this assembly should be removed.

enhancement
question

1. Download this PDF: https://cartographicperspectives.org/index.php/journal/article/download/cp43-complete-issue/pdf/ 2. Use PdfPig to create a new PDF from that PDF by calling `PdfDocumentBuilder.AddPage(sourcePage.Width, sourcePage.Height).CopyFrom(sourcePage)` for all pages. 3. Notice that the created PDF is...

bug

C# 8.0 and .NET Standard 2.1 brought us [asynchronous streams](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8#asynchronous-streams) (horrible name, I'll call them "async enumerables" from now on). It would be nice if NHibernate could add new methods...

**Is your feature request related to a problem? Please describe.** If my installed addon version is more than 1 update behind the current version, WowUp will only show the changelog...

enhancement