Michael Merrill

Results 8 issues of Michael Merrill

I've cloned the `aws-node-typescript-apollo-lambda` example and I cannot get the playground to work. I get the following error. `Error: Mutation was defined in resolvers, but it's not an object` To...

Any chance wrangler2 can support PNPM? It's much faster and has better support for workspaces which pairs nicely with workers using a micro-service approach. Currently, `npx wrangler@beta init` fails as...

enhancement

How do you recommend determining the error from Fauna in TS? It would be nice if we could have an error result and switch on type, but it doesn't look...

Hello Serverless, It seems like this repo is abandoned. If so, would you recommend another package for the community to use and deprecate this one?

help wanted

Hi @kinlane, Can Union Fashion demonstrate how to monitor and test an oauth2 endpoint defined in a openapi 3.0 spec? Something like this: ```(yml) components: securitySchemes: OAuth2: type: oauth2 flows:...

enhancement

## Bug Report ### Version ```bash axum v0.6.0-rc.2 axum-core v0.3.0-rc.2 ``` ### Platform ```bash Darwin x.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 ```...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Is there a way to run integration tests for a worker? I'd...

In reading the code, I didn't see a way to run the frontend and backend api locally. I see the frontend is defaulting to localhost:4000, but I'm wondering if there...