Mike Cebulski

Results 7 issues of Mike Cebulski

I made the mobile nav menu close when a link was selected for issue #26. The fix was simple by creating a function that sets the state that can be...

I installed this image on a m2 Mac Mini. I got it running with no issues. My goal is to access the mac away from outside the network. Plus a...

### Link to reproduction https://github.com/mikecebul/payload/tree/traverse-fields-error ### Environment Info Binaries: Node: 20.14.0 npm: 10.7.0 Yarn: 1.22.22 pnpm: 9.1.4 Relevant Packages: payload: 3.0.0-beta.113 next: 15.0.0-canary.173 @payloadcms/email-resend: 3.0.0-beta.113 @payloadcms/graphql: 3.0.0-beta.113 @payloadcms/live-preview: 3.0.0-beta.113 @payloadcms/live-preview-react:...

status: needs-triage
v3

### Describe the Bug The Stripe Webhooks quit working in my application. My build error is ```bash src/app/api/webhooks/stripe/route.ts Type error: File '/home/mike/Code/cvx-junior-golf/src/app/api/webhooks/stripe/route.ts' is not a module. ``` ### Link to...

status: needs-triage
v3

### Describe the Bug It would be nice is generateFileUrl could return a string or null. If I have an image size option larger than the original photo then all...

status: needs-triage
stale

### What? Override the payment group field in form-submissions when using the form-builder-plugin. ### Why? I and probably others will enjoy using the form-builder-plugin features when using the payment field...

### What? generateFileURL() can return null if the filename does not exist. ### Why? By default, the image size will return NULL when the uploaded image is smaller than the...