Michael L Perry

Results 10 issues of Michael L Perry

After updating NPM packages, this exception started happening on each request. ``` TypeError: Cannot read properties of undefined (reading 'split') at toIdentifier (D:\home\site\wwwroot\node_modules\send\node_modules\toidentifier\index.js:24:6) at forEachCode (D:\home\site\wwwroot\node_modules\send\node_modules\http-errors\index.js:245:16) at Array.forEach () at...

awaiting more info

Provide a mechanism for an administrator to execute a validation audit against a store using current validation rules. The connection string to the store and the set of validation rules...

enhancement

Provide a mechanism for an administrator to execute an authorization audit against a store using a current set of authorization rules. The connection string to the store and the set...

enhancement

Declaratively specify validation rules on a per-type basis, using an API similar to that of authorization rules. Execute rules on fact creation on both the client and the server such...

enhancement

Include with the `query` request a hash of the array of results that was last returned. Perhaps this can be carried as an ETag. On the server, execute the query...

optimization

The null field is interpreted as a predecessor. Jinaga then attempts to execute queries against null, and fails. For example, it cannot find the property "type", if type is part...

bug

Test query to determine whether the `F.type=xxxx` condition is applied to the tail of the topmost chain, indicating that all results will have the same known type. If this test...

optimization

Create a table having fact type, fact hash, ancestor type, ancestor hash. Define a unique index on the Cartesian product of all four columns. This table contains a record for...

optimization

When I call trackDependency and pass in a `data` string value but no `target`, an extra warning is logged. 'The URL object is failed to create.' The following stack trace...