Tyler Akins
Tyler Akins
Would you consider updating this package and releasing it again so I don't have vulnerabilities listed when I use this? The problem isn't this package, nor one of its immediate...
The test_helpers plugin provides useful functionality that I'd love to see here in runkit. Is there a way you can grab its code to overload the `new` operator and `exit`...
This will help prevent people from committing files generated by the build process.
According to the examples I've seen on mailing lists, JSON Schema's patterns look like this: ``` javascript { "type": "string", "pattern": "^[a-zA-Z]*$" } ``` Your tests assume they start and...
This is my published fork of the same library. I've submitted a pull request and hopefully it will get merged. Until then, using this package will work.
When dumping this sort of a structure, Dump breaks. ``` $v = 'Hi'; for ($i = 0; $i < 50; $i ++) { $v = array($v); } Dump::out($v, 'Deeeeeeeeep'); ```...
Dump::out() should not be hardcoded to make `new Dump(...)`. It fails when I do something like this: ``` class Dump2 extends Dump { public function objectMyObject($what, $silent = false) {...
It would be nice to optionally omit static properties of objects.
Right now one can expand a single pane and collapse the other two. Is there a way to collapse one, giving up the space to the other two panes? I...
This is a bug with version 3.6.1 in the Chrome extension. Normally, when I hold a key in Vim mode to move the cursor (eg, holding "k" to move up...