Patrick Wickham
Patrick Wickham
### Issue Summary When my app deploys, 2 new IAM roles are created every deployment. I've committed all deployment diff, redeployed, and this still happens. My use cases is automated...
**Is your feature request related to a problem? Please describe.** I'd like to use this project to do validation of resource IDs against our database. For example: We could have...
Wanting to know if the plugin can detect when a user switches to emoji keyboard, and back to text. The reason for this is that the emoji keyboard has a...
Great component. Is there any reason why this would perform worse at higher dom depths? Debugging some performance issues and removing divs so far has been the only solution (and...
My use case is a US-only phone field that doesn't require the user to type the country code. If I give `disableCountryCode`, and then type the first 3 digits of...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
An idea for using sequelize-auto in scenarios where type-based customizations (getters/setters) are needed. Appreciate any feedback. My app uses custom getters/setters so we can use integers to represent timestamptz columns...
When trying to debug a failing job and it hangs, it's impossible to debug from this tool. Opening the docker worker logs allows you to see the actual error coming...
## Bug description *Please describe.* Generating UUID for my table resulted in this error in UI / docker worker: ``` {"time":"2025-03-28T18:03:10.74733593Z","level":"ERROR","msg":"Child processors failed: child processors resulted in zero messages\n","ActivityID":"5","ActivityType":"SyncTable","Attempt":1,"JobRunId":"6365728e-41a8-4ab9-a06c-7795d069eb16-2025-03-28T18:02:47Z","Namespace":"default","RunID":"3f6a0c06-e79b-48e5-a1cc-cb3a418420bc","TaskQueue":"sync-job","WorkerID":"1@db76fceabb15@","WorkflowID":"6365728e-41a8-4ab9-a06c-7795d069eb16-2025-03-28T18:02:47Z-public_customer_invoice_update_1-1743184986683174762","WorkflowType":"TableSync","accountId":"43c71652-b3f7-4dbb-87c2-508075496054","activitySession":"6365728e-41a8-4ab9-a06c-7795d069eb16-2025-03-28T18:02:47Z:acf05757-77f9-4bac-950a-174f4506b11c","benthos":"true","hasContinuationToken":false,"id":"public.customer_invoice.update.1","label":"","metadata":{"Schema":"public","Table":"some_table_name_with_fk"},"path":"root.pipeline.processors.1"} ```...
**Is your feature request related to a problem? Please describe.** See discussion [here](https://github.com/cdimascio/express-openapi-validator/issues/475). Even after the library is initialized, there is a separate "cold start" which occurs on the first...