Tonya Mork

Results 71 comments of Tonya Mork

I'd also suggest that we build it as a module and then submit it to Composer. This will allow non-Beans powered sites to utilize the Beans Hooks API. Seriously, this...

## Infrastructure In thinking more about this feature, I'm proposing the following: 1. Create a `translate` subdomain on our main `getbeans.io` site: https://translate.getbeans.io`. 2. Use GlotPress on that subdomain. This...

For consideration, here is how Genesis handles their translations: 1. [Translate subdomain](https://translate.studiopress.com/) running GlotPress. 2. A [Genesis Translations](https://wordpress.org/plugins/genesis-translations/) plugin. If we start there, we can then build a better translation...

@GaryJones I've added this to the v2 planning phase. Right now, Beans uses a LESS PHP compiler. We need to sit down and work through the best path forward for...

@ehababdo I owe you a big apology for such a huge delay in getting back to you on your filter request. I'm very sorry. Let's talk about your filter request....

@christophherr Can you take this audit on please? Let's include it in the v1.6 release. It'll be good to have a consistent approach.

Note: `php -l` is included PHPCS' [`Generic.PHP.Syntax` ruleset](https://github.com/squizlabs/PHP_CodeSniffer/blob/87ba8779e7335a491f14917d1604e81dfe3a2890/src/Standards/Generic/Sniffs/PHP/SyntaxSniff.php#L64): ``` $cmd = escapeshellcmd($this->phpPath)." -l -d display_errors=1 -d error_prepend_string='' $fileName 2>&1"; ``` which is included in [WPCS WordPress Extra ruleset](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Extra/ruleset.xml#L149): ``` ```

>Correct, but it was only included as too many people don't know how to run `php -l`. True. I know a lot of devs don't know it exists. >The results...

Thank you, @rheinardkorf. "score" terminology has been removed.

Hey @jeffpaul, Sorry for the delay in my response. For the next several months, I don't have extra capacity to work on the PR. I'd love for someone to take...