Jeff Greene

Results 41 issues of Jeff Greene

Right now it is not easy to make use of HarmonyCore on files that are either fully or partially encrypted. It should be possible to support partial record encryption as...

enhancement

Patch operations are special, as long as the field in question hasn't changed the user may want to still apply the patch even though the GRFA has changed. This is...

enhancement

This needs to be implemented with #35 in mind. One of the possible answers is to use an attribute defined in the user code that indicates the composite or calculated...

enhancement

When passed to a SingleResult object, we don't detect that the result will only be a single object. This results in select being used instead of a direct keyed read....

enhancement

If an exception is thrown during the serialization process an incomplete json result will be returned. This can be fixed by wrapping the enablequeryattribute to catch the exception. Aha! Link:...

bug

Webhooks are user-defined HTTP callbacks that are usually triggered by some event, such as a status update for an order, or when the quantity of something drops below a certain...

enhancement

We need documentation and or templates to show users what to do when they have a relation that requires a tag but don't have the tag value on the source...

documentation

It should be possible to coordinate the handover of connections from one cluster member to another. Some of this would need to be done by the cluster software but our...

enhancement

rather than having multiple fields with a defined order, it should be possible to have a collection property that is filled by the operands. Something like the following usage ```...

enhancement

Currently harmony core will only extract OrFieldAdapter values if the uri has specified fldName eq 'value or fldName eq 'othervalue' ... It should be possible to also extract values from...

enhancement