Costas Simatos

Results 20 comments of Costas Simatos

We use Table Schema to define requirements on CSV content as well and find currently that fields defined as **object** or **array** are rather weak. The Table Schema spec says...

Thanks for the feedback @rufuspollock . See issue #711 .

Hi @leadpony , wanted to say thanks for the great library. Also eagerly expecting the support for 2019-09 :)

Adding an idea here on this problem: > The only problem I have is that when users have a 202012 schema, that refers to a 201909 schema. We cannot support...

Hi @Verdoso , I use ... ``` @page { size: a4 landscape; } ``` ... and it works like a charm. Are you sure your overall HTML structure is correct?

The path should be provided as a [file URI](https://en.wikipedia.org/wiki/File_URI_scheme?wprov=sfla1). That would mean something like `file://C:/foo/bar.png`. But don't build this yourself by adding prefixes etc. Just use the `File` or `Path`...

> Note: it will NOT work if you try to reference it like this: file:static/png/img1.png Yes indeed. You specify a `file:` URI to point to an image that is not...

Note that version 9.0.1 had stability issues. The wrapped OWASP DependencyCheck should be v9.0.2 (the latest at the time of writing this).

Following up on @mims-github, I made a PR for the update (see above) that works for me locally. This works by passing an NVD API key as a direct string...

This library works currently with PDFBox 2. You are using release 3 as I see in your dependencies.