Ian Dunn

Results 452 comments of Ian Dunn

49c5906 upgraded the site to v2, but there are still some minor problems left to solve.

At first glance it seems like the PHP notices are probably caused by the Meta Environment not having some database content and a `gp-config.php` constant that production has. @ocean90, do...

I think this was fixed by #502. Is that right, @dd32 ? If not, please reopen it.

🤔 I wonder if there's a way that this plugin could automatically detect if someone is logged in through the UI w/out 2FA being triggered? If there's a reliable way...

I think this was fixed by #502. Is that right, @dd32 ? If not, please reopen it.

> IIRC, that was more than wordpress.org allowed (10 MB). I looked for the details on that, and didn't see anything in [the handbook](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/) or on [make/Plugins](https://make.wordpress.org/plugins/). Jetpack is `222MB`...

More broadly, I ran across an instance today where phpcbf caused a fatal error because it included the wrong file: ```php function main() { $tld = get_top_level_domain(); switch ( DOMAIN_CURRENT_SITE...