Alberto Sosa

Results 7 issues of Alberto Sosa

Now you can define error messages at the schema level (like a translation key), and use setErrorMap like this to lookup the translation. Returning force: true will prevent this message...

I don't see it on the docs. It would be great to be able to easily setup an EC2 instance and install, and upload some scripts, assigning dedicated IP using...

I have created a Cron with the following code: ``` new sst.aws.Cron("CronTest", { job: { handler: "src/cron/test.handler", runtime: "nodejs20.x", memory: "256 MB", timeout: "10 minutes", architecture: "arm64", }, schedule: "rate(1...

**Description:** When attempting to execute the hCaptcha while offline, the backdrop is displayed and remains visible, making the app unusable. No events are triggered from the webview to close the...

**Describe the bug** If you use `DateTime.expandFormat("DDD", { locale: "en" })` you get `MMMM d, yyyyy` and that's correct (although why 5 `y` instead of 4?). But when you use...

issue: troubleshooting

Hello I think there is not support to create a lambda from a docker image. Do you have it on the roadmap? Thanks!

I created a docker image, I am running the script and after finding the input and clicking on it I tried to type some text with `await hero.type('test')` and I...