Andrew Scott

Results 120 comments of Andrew Scott

@arieh The second error was indeed the root cause

Potentially fixed in 1d4ba370, but without any error messages its hard to say.

There does exist something of a workaround I've found - by explicitly instantiating the nullable constant with its corresponding nullable type constructor: `.Where("NullableDoubleId = double?(42.2)")` For me, this resulted in...

@cijothomas I'm looking for all the extra async noise to not be included in the call stack. Example of a typical app Insights call stack: ![image](https://user-images.githubusercontent.com/5017521/190833989-de034a2f-26d9-493c-a28f-7efecee9350b.png) `exception.StackTrace` from an exception...

@mmmilan @pamapa Its not visible because `XForm.Finish()` is not implemented in PdfSharpCore. https://github.com/ststeiger/PdfSharpCore/blob/8b9076c465123bc195c0d844dcec81eafae4fa3f/PdfSharpCore/Drawing/XForm.cs#L178 versus https://github.com/empira/PDFsharp/blob/3205bd933b464d150c0f42e8bcdff3314b6c6164/src/PdfSharp/Drawing/XForm.cs#L231 It also doesn't work in `SignatureTestConsole` by default, because that project's first target framework is...

If anyone wants a naive way to just strip all embedded fonts, here's an implementation that uses PdfSharp to do it. I make no promises that this won't make your...

Thanks for tracking that down. I added a workaround in TellMeWhen and reported to the unofficial addon API bug tracker.

Actually the problem is way worse than just custom textures, so a larger fix may be needed here... ![image](https://github.com/ascott18/TellMeWhen/assets/5017521/b23d6077-b696-450f-8ac0-dd64885f99dd)

Fix 2 now with 100% less avenging wrath ![image](https://github.com/ascott18/TellMeWhen/assets/5017521/bb9659ca-725d-423d-a9aa-a889a4fc5079)