Robert O'Rourke

Results 171 comments of Robert O'Rourke

Are we using this? https://github.com/spiermar/d3-flame-graph

@maciejmackowiak quite right, I misread the issue as it was relating to the same section of code #64 dealt with.

@joehoyle what about WP CLI's command hooks? Could you add some to the command the runner runs? Similar to how we run the ElasticPress indexing after WP is installed.

Heh, just to set expectations it’s probably a good month or so before I’ll have capacity for this. I’ll get up to speed in the meantime however. To be honest...

Yep: > php://input is a read-only stream that allows you to read raw data from the request body. php://input is not available with enctype="multipart/form-data". There's no way to check the...

Well I was close. Also kinda wild regarding `php://input` being a one time read. Makes zero sense to me.

Quick test - created a file `input.php`: ```php

> In any case: I think this needs to be behind some kind of flag, because otherwise there's potentially a lot of data being read in, parsed, and pushed out...

Well, we can close this one then. I was going off a throwaway comment on #80 that we should add this while I had the repo open. The most crucial...