Julian Berman

Results 268 issues of Julian Berman

`attr.assoc` appears to have been deprecated in #169 and is now scheduled for removal in favor of `attr.evolve`, but the latter appears to not be able to do all that...

Cleanup

The task I installed `xsv` for was: given a csv file with headings, I want the values of the `Foo` column. Finding `xsv select Foo` was fairly quick, but then...

`check-jsonschema` will be the recommended CLI going forward. We can deprecate the existing one (and perhaps add a CLI setuptools extra).

Pending Deprecation

In general, validation is lazy -- if only one error is needed (in the sense that it is known that an instance is invalid), only one is produced. There are...

Enhancement
Error Reporting
Dialects v2

This seems like a correct assumption (both at the minute and likely forever, which probably should be better documented) but if it ever were not the case, it'd silently not...

Bug
Error Reporting

This seems to be something schema authors often err on. Might as well show them a warning. Of course, they're unlikely to see it given that Python makes warnings invisible,...

Enhancement

*This is some random notes on a new version of the ref resolution API. Feel free to leave comments, although some of the below might be overly terse chicken scratch*...

Enhancement

This would generalize the existing reST integration with the upstream specifications.

Enhancement

http://json-schema.org/latest/json-schema-validation.html#rfc.section.8.3 This looks like it was made optional. I guess it can be off-by-default like format, or, since it's at least finite (maybe?) on by default. Will see later.

Enhancement