James Mikrut

Results 17 issues of James Mikrut

Hi, thanks for this plugin - it's simple and super helpful. One thing I noticed is that if an admin on a WP site using this plugin accidentally adds an...

* Operating System: Mac OS Monterey 12.4 * Node Version: 14.18.1 * NPM Version: 6.14.15 * webpack Version: 5.6.0 * ${package} Version: 2.25.1 ### Expected Behavior I should be able...

Hi there, this package is amazing. We're looking to implement it within [Payload](https://payloadcms.com) and we're currently stuck on an issue. We have a JSON column that stores a JSON array...

Hey there! Great package. I want to use this for all of [Payload](https://payloadcms.com)'s `create-payload-app` invocations, but to do so I'd really like to have a way to disable logs like:...

Hey there - just found this package and it looks amazing. Question - are there any plans to support the new route handlers API? Reviewing the documentation, it seems like...

Hey @richardvanbergen — just wanted to say THANK YOU again for this plugin. We've had a few enterprises reach out to us asking for S3 / Azure blob storage integration,...

WIP

created-by: Payload team

Hi there and thank you for this package! I am seeing a `MaxListenersExceededWarning` while using `createReadStream` and `probe-image-size` like follows: ```js const readStream = fs.createReadStream(filePath); const result = await probeImageSize(readStream);...

## Description Enables React Strict Mode for local dev to add parity with what typical end-user developers would see, and adds a little safety to the form-state endpoint.

stale

### What? Next.js relies on bundler tree-shaking to determine if a client component or dependency should be automatically added to the resulting client-side JS from a server component. But tree-shaking...

type: next
Documentation
CI approved
tests