Karl Speer

Results 8 issues of Karl Speer

#### Description I am using the following code to render an SVG on top of an image: ``` private async Task GetStampedImageStreamAsync(Stream sourceStream, GetWatermarkResponseSettings watermarkSettings, bool withSpecial) { var destinationStream...

bug
platform-support

Hello! So Bgiframe is a huge lifesaver - we have bused it to tackle the IE pdf issue with our css dropdown menus. However, we have run into an issue...

When the javascript tests try to run, I get the following error in the output: ``` An exception occurred while invoking executor 'executor://karmatestadapter/': One or more errors occurred. Value cannot...

Hi Morten, I just recently started using your wonderful ad-on to VS, and I love it! However, I have noticed an odd problem. In one of my VS solutions, the...

For instance, if I try to give the parameter `"PAAA\"` as an input, we don't escape the backslash properly.

I am running the following code: ``` var assignments = new (long ScopeId, long RoleId, long UserId)[] { (123, 234, 345), (321, 432, 543), } var assignmentMaps = assignments.Select(a =>...