Mark Jaquith

Results 94 comments of Mark Jaquith

I would start with two types of correction: extension and search/replace within a statue or statue subsection. Potential UI for the latter: prompt for a statue (and optionally, subsection), then...

I ran into this issue today. I was trying to get a `_redirects` file sent to `public` for Cloudflare Pages, and it took me an embarrassing amount of time to...

You have to load the classes first. I recommend using Composer and: `require __DIR__ . '/vendor/autoload.php';`

Make sure you're not instantiating the sub-task from within the main task. I have it working where a once-off request is triggered which does an expensive data query which then...

Working on this! Check out the `issue/gutenberg` branch. I'm just making sure the API stuff is good (if you turn on REST API access for Gutenberg, suddenly your private docs...

Oy, that’s an interesting one. Nice work narrowing down the case. That should help in finding the culprit.

Todo: - [ ] Make the functions more functional - [ ] Write unit tests for them - [ ] Develop a failing unit test - [ ] Fix it

I would consider a PR for this!

How do you envision this working?