Eric Rabinowitz

Results 8 issues of Eric Rabinowitz

These are generated from the provider JSON schema using the plugin used to generate the AWS Serverless config typings: https://github.com/serverless/typescript Usage: ```ts // serverless.ts import type { GCP } from...

For example: ```ts redis.set('key', 'value', 'NX', 'EX', 1000); ``` results in: ``` No overload matches this call. The last overload gave the following error. Argument of type '"NX"' is not...

Hi! I'd like to type-check the serverless-esbuild options I pass, but currently I'm recreating the needed interface and extending `BuildOptions` from `esbuild` because this package doesn't include any type definitions....

enhancement

Hello, I've published an npm package for stringifying JS objects / JSON into ArchieML text. It includes support for comments & custom formatting so you can create rich text /...

This is an important configuration option for keeping Cloud Functions secure and should be documented. `serviceAccountEmail ` field in JSON schema: https://github.com/serverless/serverless-google-cloudfunctions/blob/master/provider/googleProvider.js#L141 GCP docs: https://cloud.google.com/functions/docs/securing/function-identity

- [x] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe the user...

enhancement

### Verify Next.js canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Describe the bug When the react server components are refreshed...

bug

### Summary Playground examples can't run functions like [Window.alert()](https://developer.mozilla.org/en-US/docs/Web/API/Window/alert), [Window.confirm()](https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm), [Window.print()](https://developer.mozilla.org/en-US/docs/Web/API/Window/print) and [Window.prompt()](https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt), because they require the iframe to allow modals. ### URL https://developer.mozilla.org/en-US/play?id=5LQLRl7WZd5jYDacre%2FTXtVGS%2FhsJouAHE2pExEMRUtnJaPVVd3kHX%2FzTn38Jvoen2uLMbThfw7c7zBU ### Reproduction steps 1. Visit https://developer.mozilla.org/en-US/docs/Web/CSS/@page#examples...

needs triage
plus:playground