Gonzalo Borobio

Results 3 issues of Gonzalo Borobio

Given this schema: ``` { "type": "object", "additionalProperties": false, "properties": { "id": { "type": "string" }, "validFrom": { "type": "string" }, "validTo": { "type": "string" } }, "anyOf": [ {...

bug
help wanted

Hello, we are using the `twilio.webhook()` as described in here https://www.twilio.com/docs/usage/tutorials/how-to-secure-your-express-app-by-validating-incoming-twilio-requests#use-twilio-express-request-validation-middleware. The code we are running is exactly like this: ``` // index.ts import express, { Request, Response } from...

type: bug
status: waiting for feedback

Hello! I've been trying to deploy the demo app (located in the `demo` folder) to an Azure SWA using the swa client, and I have run into a couple of...