Arthur Chumak

Results 4 issues of Arthur Chumak

https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html

Stacktrace ``` No matching path: /v1/payment_intents at Function.generate (../../node_modules/stripe/lib/Error.js:40:16) at IncomingMessage. (../../node_modules/stripe/lib/StripeResource.js:190:33) ```

enhancement

It would be pleasant to have typings 🙏

seems that move from chess 960 is not supported now ``` const { Chess } = await import("cm-chess") const c = new Chess('rnbqkbnr/pppppppp/8/8/8/3PP1BN/PPP2PPP/RNBQ1K1R w KQkq - 0 1'); c2.move('0-0'); //...