Seth Syberg
Seth Syberg
### Link to reproduction _No response_ ### Describe the Bug Related discord discussion: https://discord.com/channels/967097582721572934/1174039383574331562/1174039383574331562 Receiving this error on API creates, adding a sleep on creates with a `filePath` solves it....
### Link to reproduction _No response_ ### Describe the Bug Setting an `interfaceName` on a `tab` and reusing that `tab` declaration triggers a schema error as follows: ``` /Users/seth/dev/backend/node_modules/graphql/type/schema.js:219 throw...
### Link to reproduction _No response_ ### Describe the Bug Apologies in advance, I'm not going to be able to provide many details here. I'm experiencing this in a large...
### Environment - Operating System: Darwin - Node Version: v18.17.1 - Nuxt Version: 3.7.4 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: - -...
This specifically started when tslib was upgraded past 2.5.1 and downgrading it back to 2.5.1 solves it. I don't understand the interplay between this package and (in my case) nuxt...
I haven't made any recent changes to either manifest or aws directly (besides adding a rule manually to the load balancer) and now I'm unable to deploy one of my...
Docs make a lot of sense in the context of an explicit field (e.g. `author` on `book`) that represents the foreign key relationship, but what if you're using the native...
I'm tried to delete one of my services with `copilot svc delete` and it keeps failing. When I check the CFN events I see this: DELETE_FAILED on EnvControllerAction because "Response...
We use `celery` in our system which doesn't support `topics` at all, so most of the `subscribe` configuration for workers is meaningless. What's more `celery` creates SQS queues as needed...
I just added this to my environment addon for managing my s3 bucket and I get access denied (which is particularly weird since this access key created this bucket). ```...