Reese

Results 42 comments of Reese

same result when remote reference set ``` validator = new ZSchema({}); validator.setRemoteReference(schema.id, schema); valid = validator.validate(data, schema); console.log("2nd run:", valid); if (!valid) { errors = validator.getLastErrors(); console.log({errors}); } ```

I've narrowed it down to the SchemaCompilation `mergeReference` function, it sets the reference to `http://schemas.example.com/#definitions/color` instead of `http://schemas.example.com/color-1.0#/definitions/color`. I can fix it by adding a trailing `#` (or `/`) to...

this throws me off multiple times a day. which example? how can we go about getting this fixed?

i found a replacement which doesn't have this problem: https://github.com/ililim/dual-key-remap

I'm fairly new to photoprism, forgive my initial ignorance. I'm wondering if I can contribute some of this functionality. Some tips on which files to look in to get started...

As far as which fields to monitor, there are elements for `` and ``, but there's also a handy history hash ``` ```

I was able to get this to work for private repos in an org for an org project, but I had to remove the org prefix from the arg ```...

> I have tried toggling the NFC options in settings to see if they would have any effect but no improvement Thank you for this comment. I had this problem...

I get this error with `mode = "additive"`, but not with `mode = "authoritative"`

Hoping to learn the answer here as well. How do you get around the ` A tfvars file was found but not automatically used.` warning?