Kaelan Smith

Results 19 comments of Kaelan Smith

This solved it for me: The blurry text is a known issue with Popper.js, and this library provides the 'popperOptions' prop, but unfortunately doesn't document it at all; so after...

I just created a [duplicate issue ](https://github.com/WebDevStudios/nextjs-wordpress-starter/issues/1049) and then happened to see this right after. If this has been a critical issue since June 1st, I think it's safe to...

Seems to be abandoned. There are other Next JS + WordPress starters out there. I've opted for building my own -- currently in progress and might share it one day....

@joe-bell for sure -- I did some of my own testing and was pleasantly surprised to find it worked how I hoped it would; here's an example: ```js const A...

@urre Thanks for the hint. I got it to use `amd64` by doing: 1. Run `docker pull --platform linux/amd64 urre/wordpress-nginx-docker-compose-image` 2. Edit Dockerfile's "FROM" clause to `FROM --platform=amd64 urre/wordpress-nginx-docker-compose-image:latest` -->...

To add to my last message --> I'm pretty sure that when I specify `linux/amd64`, it reverts to using an older version of the image, specifically the version from your...

@lunelson glad to see this getting pushed forward, thanks! @joe-bell are you still too busy to push this over the finish line? Any way I can help?

I'm also in need of access to the `$name` and `$label` properties, among other settings. I have used `ReflectionClass` in the past: ```php $property = (new \ReflectionClass($field))->getProperty('settings'); $property->setAccessible(true); $settings =...

Hi @adoxography, just following up about this PR -- any concerns/questions?

Hi again @adoxography, sorry to bug you -- I assume you're busy. I would really love to use this feature in prod soon, and would prefer not to have to...