Alistair Miles

Results 67 issues of Alistair Miles

It would be nice if validators automatically counted the number of records processed and made this available to final assert or check functions somehow.

It would be nice to be able to configure the title of the validation report produced by write_problems.

It would be nice if validators also supported a validate_dicts method in addition to the existing validate method, to support validation of a sequence of dictionaries (e.g., as provided by...

It would be nice to be able to define validators without having to fix the set of expected field names. I.e., if it were an option for a validator to...

It would be good to add some CI to build the docs, currently these will get built via rtfd but it requires manually checking if the build worked, would be...

It would be good to run tests via CI on a big-endian architecture to ensure compatibility. From some light scouring of the web it looks like [using docker and the...

maintenance

As noticed in #81, there is a lot of code duplication in the implementation of the ``decode()`` methods in the vlen codecs. Would be good to refactor and remove code...

maintenance

It would be great to implement [ASV](https://github.com/airspeed-velocity/asv) or similar so we catch any changes that introduce a performance regression.

maintenance
help wanted

The VLenArray codec currently supports encoding of an array of arrays of scalars. It would be useful if an array of arrays of (variable length) strings could also be supported....

enhancement
good first issue

Consider adding a BSON codec which is intended to provide a safe, portable and efficient encoding for object arrays.

enhancement
good first issue
New codec