Brad Kent
Brad Kent
It does not. :( But I must admit I didn't know about that method... guilty of not looking at the source. This seems to work pretty well ```php $html =...
I've never written an extension, but I believe this is a chrome bug... `chrome.devtools.network.onRequestFinished` not always fired (esp for ajax requests?) https://bugs.chromium.org/p/chromium/issues/list?q=onRequestFinished FWIW Curious why the chromlogger extension is working......
@aaronsaray I updated my report with an edit.. the problem is that FirePHP only supports at-most two arguments label + value *. on the backend, if I have more than...
perhaps a solution is to treat columns[0] as an index column if columns[0] === '' || columns[0] === 'index' || columns[0] === 'i' ?
bump https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html > The following size limits for Application Load Balancers are hard limits that cannot be changed. > > HTTP/1.x Headers Request line: 16 K Single header: 16 K...
If I go directly to "generateCss.php" ( sets `Content-Type: text/css`) I get duplicate log if I'm on the html page that makes a request to "generateCss.php" .. the log is...
Experiencing similar issue this row allows me to expand the obj ``` [ [ "nested object", { "___class_name": "MonsterClass", "subObj": { "___class_name": "BabyClass", "dingle": "berry" }, "foo": "bar" } ],...
This request is ancient, but it appears @zxqfox didn't realize `group` & `groupCollapse` simply "mirror" javascript's `console.group()` and `console.groupCollapse()`... that chromelogger simply passes everything over to the console api
Firefox might have "support", but it's pretty broken. Output ceases when `null` is encountered ``` ChromePhp::log("death to chromeLogger", null); ChromePhp::log('never seen'); ```
Speaking of documentation: An "annotated" xml file that contains every available sniff with every option explicitly set would be helpful