Marcelo Frantz

Results 5 comments of Marcelo Frantz

+1 since it would also allow the use of epilogue with Koa!

We are also affected by this: ```sql select fhirbase_create('{"resourceType": "Appointment"}'::jsonb) ``` > { > "id": "78abb01c-6075-418c-91b9-6f5e46e5076c", > "resourceType": "Appointment" > } ```sql select fhirbase_update('{"id": "78abb01c-6075-418c-91b9-6f5e46e5076c","resourceType": "Appointment", "test": "42"}'::jsonb) ``` >...

> The RHS of any operator, in this case `_contains`, can either by an `X-hasura-*` variable or a valid literal. > > We have noted this feature request though. Thanks...

+1, we are loading images on a raspberry pi (which takes what looks like forever) so a progress bar would be great.

+1, `require('express.io').Router()` returns `undefined` with express 4.13.3 and express.io 1.1.13!