Patrick Nemenz

Results 6 issues of Patrick Nemenz

While `releaseFromReduxStore` does unsubscribe disconnected elements from the store properly, a reference to the element is still retained as the corresponding key for the `registry` map. This causes a memory...

Implements #142 Supports referenced attributes on FilterExpressions' fields 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte'. How To: ```ts TestEntity.update({ // ... conditions: { attr: 'a', eq:...

I'd like to be able to reference attributes (as an alternative to passing static values) in condition clauses. ```ts const TestEntity = new Entity({ name: 'TestEntity', attributes: { pk: {...

Using a generic specifier on an Entity with an attribute of e.g. `{ type: 'set', setType: 'string' }` causes the following TS error on update: > Type '{ $delete: string[];...

Just found this when opening the file in an _eslint_'ed editor.

cla: yes