Michael Woodward
Michael Woodward
Just creating this issue based on [PR 43](https://github.com/hassankhan/config/pull/43) :smile: I'm not sure what the benefit is to being able to return a callable when including the PHP config. We would...
Add custom args so that custom comparison methods can provide more args such as max etc. Fields would change to. ``` js var fields = [ { name: "x", measure:...
Our test coverage doesn't have many real world examples to ensure verification is working as expected. This aims to plug this hole which we can expand with further payloads and...
We're missing some pretty helpful escape sequence shortcut methods. Here's a decent list of escape sequences, I think we should look at adding missing ones in. http://ascii-table.com/ansi-escape-sequences-vt-100.php
Currently user state is being saved in `.phpschool-save.json` inside the user's home dir while the workshop manager keeps itself self contained in the .php-school directory. I think it's potentially confusing...
@AydinHassan wanted to get your thoughts on this 😄 Currently we run a composer install on the solution files but we only do this if the composer.lock file is present....
A users solution may trigger errors and warnings. This would be contained in the output and would obviously fail the StdOutCheck. However, could we provide more meaningful feedback? PhpErrorCheck We...