Erik Mägi

Results 4 issues of Erik Mägi

Hi, I was wondering whether filtering on composite type arrays is something that is supported out of the box in `postgraphile-plugin-connection-filter`? An example DB schema: ```sql create type image as...

enhancement

https://github.com/devopshq/tfs/blob/465b83b626b984f58a9b5070014c585e4f12f454/tfs/resources.py#L160 The above line fails if the query type is tree. `self._workitems = self.tfs.get_workitems((i['target']['id'] for i in self.result['workItemRelations']))` fixes this, but of course, this should happen dynamically based on the...

good first issue
help wanted

Hi, I'm following https://github.com/pgMemento/pgMemento/wiki/Initialize-auditing#start-auditing-for-single-tables to audit only specific tables. This works well but internally it still seems to be calling `pgmemento.create_schema_event_trigger` (through `pgmemento.init`), which sets up triggers for DDL changes....

Nothing happens when I trigger any of the extension actions. The following error appears in the console (visible in the dev tools): ``` console.ts:137 [Extension Host] stack trace: TypeError: $.$==...