Welling Guzmán

Results 7 comments of Welling Guzmán

Hey @darrelmiller, I would like to understand the OpenAPI position on this. Is the reason to not support the outcome `/items/users?filter[category][eq]=vip` because it's not a standard or because the parameter...

Hey @leo, I tried to use `null` but still serves it as `null` instead of deleting it. I made a PR that solves it. Ref: https://github.com/zeit/serve-handler/pull/45

This ticket can be closed. It was solved by https://github.com/zeit/serve-handler/pull/45

@sidvishnoi I noticed they implemented a schema validation which doesn't allow `null`. Hopefully https://github.com/vercel/schemas/pull/58 and https://github.com/vercel/serve/pull/629 could solve this problem. It requires to upgrade `ajv` and update the instance to...

I ran the tests, they all passed. I believe this [line](https://github.com/sintaxi/terraform/blob/master/test/templates.js#L33) confirms there's not IDs in the header. At the moment, there's no need to bump the version of `marked`,...

I also removed the `options` from the `marked` to make this more likely to not be change at the moment. Either way this parameter was not intended to be marked...

@misterhtmlcss it's worth to mention that they released [`0.6.0`](https://github.com/markedjs/marked/releases/tag/v0.6.0) hours after your comment.