Tristan Penman

Results 15 comments of Tristan Penman

Just saw that there was a link to this issue in one of the issues raised on the valijson repo. There is a PR that has just been merged which...

No problem. I've just cut a new release: https://github.com/tristanpenman/valijson/releases/tag/v0.7

As far as I remember, the reason for lacking `format` support is that when I first started writing this library, it wasn't very well defined. And I had completely forgotten...

After reviewing this issue, I think the addition of date/time format support is probably going to cover the most important use-cases for the format constraint. I'm going to close this...

It should be relatively easy to compile using a different version of RapidJSON. Although the bundled RapidJSON is used for the test suite and example code, when you include Valijson...

The bundled version of rapidjson has been converted to a git submodule and updated to the latest commit from the upstream repo. This was done in 2642dd4efcddd58d318ca695bddf3c7c3fe10c5a. I'm going to...

This is something that I won't be able to look at for a while, but if you happen to have a smallish code snippet that leaks memory, that would be...

Closing this for now, as it's not clear this is a pressing issue. Happy for the issue to be re-opened if necessary.

I'll take a look at what will be involved. I haven't been following development of the spec, but if it's not too difficult to support it, I'm happy to do...

Can you let me know if commit [d397ac6](https://github.com/tristanpenman/valijson/commit/d397ac6074096ad4c09063d0523efa3a8b315c6d) addresses the issue for you?