Greg Dennis

Results 188 issues of Greg Dennis

Resolves #34 I don't know whether you'll need to update your implementations, but this seems right to me.

The [table](https://jsonlogic.com/truthy.html) presented on the website doesn't list how to treat objects (empty or non-empty) in regard to truthiness. Is this defined somewhere else? On your playground, ```json { "if":...

Instead of just using a bland "dot notation" syntax for paths in `var` arguments, you might try using an accepted standard like [JSON Pointer](https://tools.ietf.org/html/rfc6901). It carries with it the accommodation...

This isn't an issue for this library so much as for JsonLogic in general. I started on a .Net implementation of JsonLogic, but found there were too many inconsistencies in...

**Is your feature request related to a problem? Please describe.** This may already be supported, but it's not mentioned in the readme/docs. **Describe the solution you'd like** I'd like to...

enhancement

As a continuation of #155910, it'd be great to have some sort of UX that informs the user that a git repo was found but is untrusted perhaps along with...

feature-request
git

I think it'd really help if there were a way to do a dry run. This would perform everything up to the actual publish. It would be really useful for...

This is quite a change, so I'd be happy to walk anyone through it. ## Summary Following the idea from [this thread](https://github.com/orgs/json-schema-org/discussions/63#discussioncomment-2960665) and [this thread](https://github.com/orgs/json-schema-org/discussions/63#discussioncomment-2968029), this PR changes the concept...

I noticed a few places where the spec is using several different phrasings to mean the same thing. This PR aligns them to what we agreed it should be called...

_This will likely be of most interest to @handrews and maybe @jdesrosiers._ Since the introduction of vocabularies, the idea of them being self-descriptive has been tossed around with abstract ideas...