Marc Scheuner

Results 5 issues of Marc Scheuner

I'm using JSON.NET Schema (v3.0.10) to validate some JSON from an API. My `project-response.json` schema file looks something like this: { "$id": "http://www.whereever.com/services/projects/project-response.json", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { .......

I have this template: ``` Good Day, {{#newline}} The following asset has been retired by {{Actor}}: {{#newline}} {{AssetNumber}}: {{AssetDescription}} Date retirement: {{DateRetired:dd.MM.yyyy}} {{#newline}} Comment: {{Comment}} {{#newline}} {{#newline}} Best Regards {{#newline}}...

More than once lately, I've wanted to get a `SELECT *` from a table in my CDS - but really only for the custom columns that I've added - leaving...

My HTML template also includes an "embedded" SVG image, provided by a base64 encoded string. ``` ``` When trying to render this with Html-to-QuestPDF, I get this exception: > QuestPDF.Drawing.Exceptions.DocumentComposeException...

I'm experimenting with creating PDF's from HTML. I have a HTML template which contains a bunch of CSS styles in its section - and those seems to be totally ignored...