Rich FitzJohn

Results 454 comments of Rich FitzJohn

That's an interesting option, I can see that would be useful. There is not a way without modifying `in.js` - if you have the capacity/ability to create a PR that...

Thanks @cboettig, I'm trying to remember why this was hard to implement and will come up with something. There is no workaround at present short of rewriting the schema unfortunately

Hi @annakrystalli - just a note to say we've not missed this or #65, and will get back to you on them when we have time to work it through....

Sorry for missing this issue for a year :scream: This appears to be an issue with the underling Ajv engine: ```js const Ajv = require('ajv'); const opts = {allErrors: true,...

Trailing commas in arrays or objects are valid JavaScript but not valid JSON. For example: ```json [1, 2, ] ``` and ```json { "a": 1, "b": 2, } ``` are...

A CRAN release is not imminent - I'd really like to get Windows support in here but that's not going to happen anytime soon as it would require upstream changes,...

OK, pretty much done aside from the error you saw which I don't see on OSX, travis or on a docker container (based off r-base).

I can get local compilation and compilation on docker working, but I'm seeing issues [on travis](https://travis-ci.org/richfitz/rrlite/builds/53877663#L1087) so I've rolled the version back a little.

I have/had a bit of a pr that fixed some of this a while ago, but the upstream project has stalled and it never worked well on windows I believe...

I don't think anyone has used it in a long time, and I don't think it ever worked on Windows, but I might be able to get it working again...