Brad Kent

Results 47 issues of Brad Kent

#307 closes the widget when you tab out of the widget.. but it doesn't close the widget when you tab out of the original input field... 1) focus input field...

static analysis tool https://psalm.dev/docs/running_psalm/command_line_usage/

I realize that to get a line break in markdown you end the line with two spaces.. Some flavors of markdown don't require two-spaces and automatically convert `\n` to ``...

question

thoughts on why I might see headers in the response, but no log "rendered" in the console? I can copy paste the headers and generate a bare-bones request with them...

https://console.spec.whatwg.org/#formatter Ie, this header `X-Wf-1-1-1-76:179|[{"Type":"LOG","Label":"%o substitution %.2f %ctest"},[["foo","bar"],1.1,"background-color:#00f; font-weight:bold; color:#fff; padding:0 .25em;"]]|` should be equivalent to `console.log("%o substitution %.2f %ctest", ["foo","bar"], 1.1, "background-color:#00f; font-weight:bold; color:#fff; padding:0 .25em;")` not "firephp" per...

The server-side use of tables isn't very friendly (out of your control) that being said, the format the firephp spec uses, probably makes it harder to create the table client-side...

for group_start: only add "message" param to params list if non-null (it should be null)

Minor glich groups appear in the console with null next to the label **group label** null firephp header for a group looks something like X-Wf-1-1-1-7:70|[{"Type":"GROUP_START","Label":"group label","Collapsed":"true"},null]| `null` is where the...

I've created a ServiceProvider that pushes some middleware... In this middleware I'd like to - [ ] log the **initial** state/values of the session Right now the session is being...

help wanted

### "Feature Request" [SymfonyBundle branch](https://github.com/bkdotcom/PHPDebugConsole/tree/SymfonyBundle) created Bundle class: `bdk\Debug\Framework\Symfony\DebugBundle\BdkDebugBundle::class` As someone new to symfony, there seems to be quite the learning curve jumping in and creating a bundle Still trying...

help wanted