Sean Bennett

Results 2 issues of Sean Bennett

It looks like the Path extractor doesn't currently work with enums. To illustrate, I’m getting ``` WARN 2018-06-14T23:46:13Z: actix_web::pipeline: Error occured during request handling: unsupported type: 'any' INFO 2018-06-14T23:46:13Z: actix_web::middleware::logger:...

C-improvement
A-web

Doing something like the below, where `member_ids` is a jsonb array on a view: ```yaml filter: _or: - member_ids: _contains: X-Hasura-User-Id - assignee_id: _eq: X-Hasura-User-Id ``` does not work. Specifically...

k/bug
c/server
a/authz
team-platform/handover