Justin Foell

Results 11 issues of Justin Foell

When setting up a battery it would be awesome to have two `Ic` settings, one for a "regular" 1-2C rate and another (`IcFast`?) for the maximum charge rate the battery...

While looking at using WP-CLI plugin scaffolding to replace/augment our plugin generator, I noticed there's also this command `wp scaffold _s` from https://developer.wordpress.org/cli/commands/scaffold/ Thinking we could possibly provide a `wp...

enhancement

Request to provide a filter that will allow inclusion/exclusion of blocks so clients can see only the relevant blocks that they will use (and not everything). WordPress core has a...

enhancement

We often use tables that are outside of WP and are sometimes subjected to silliness such as column names with spaces that won't translate directly to PHP class properties. I...

Hey guys, in doing some testing some advanced export features, I found the user experience workflow to be cumbersome. Mostly because changing a value and (re)syncing takes 4 steps: ![press...

The current config.php include isn't working, realpath("config.php") is returning false.

I started looking at multisite support for this, at first it didn't seem promising b/c ms-files.php doesn't have any hooks available to plugins... Then I found this ticket: http://core.trac.wordpress.org/ticket/19235 and...

Got the following errors on a particular host today: [24-Jun-2016 17:36:48 UTC] PHP Notice: Undefined variable: domain in /home/tpglight/public_html/staging/wp-content/plugins/uploads-by-proxy/class-get-public-ip.php on line 48 [24-Jun-2016 17:36:49 UTC] PHP Notice: Undefined variable: domain...

I renamed the composer package name to webdevstudios/cpt_core to be more consistent with the git repository name and what's currently in https://github.com/WebDevStudios/Taxonomy_Core. I could go either way with it if...

in progress