luketebbs

Results 6 issues of luketebbs

- add in distributionManagement section to parent pom.xml - fix non https URLs in plugin repos This has two profiles, one for publishing to maven central, and one for publishing...

cats-core and scalaz contain analogous data-structures and concepts (for our purposes they both implement NEL, and cats Validated is fundamentally the same as scalaz Validation). Personally I find cats to...

https://github.com/digital-preservation/csv-validator/issues/299 Note that this doesn't resolve the issue with the error message for unique being truncated as also shown in this ticket as that is a duplicate of https://github.com/digital-preservation/csv-validator/issues/84.

A schema with an invalid column reference inside concat doesn't give helpful error messages at present. With this change applied - ``` version 1.1 @totalColumns 3 c1: c2: c3: is(concat($c2,$c4))...

The master branch will run out of heap in the event of too many errors or warnings being emitted. This fault occurs because the existing logic accumulates the errors in...