Nathaniel Taintor

Results 26 comments of Nathaniel Taintor

Regarding the concern about IDEs and code analyzers, there _is_ a PHPDoc syntax (`@property`, or `@property-read` for properties that are read-only) for documenting properties which will be accessed through magic...

Just for clarity, I don't think getting meta values through the magic getter bypasses any filters - it's just a syntactic sugar for calling `get_post_meta()`, so it hits the meta...

Following, as I'd like to keep up with any discussions that happen and find opportunities to contribute.

When I'm running the scoreboard for JRDA games where the statsbook file is a Google Sheets file by default, importing prepared statsbooks works fine. Is the bug you're reporting specific...

> do y'all have opinions about whether all of our main API methods should be exposed directly on Asset_Loader? I think that makes sense. The only function I find myself...

I think this would be more useful if we could get something like https://github.com/humanmade/webpack-helpers/issues/7 finalized, and the time might be right to do that now?