Everett

Results 34 issues of Everett

Currently, the library requires version `^1.6` of `justinrainbow/json-schema`. The current stable version is 5.2.0: https://packagist.org/packages/justinrainbow/json-schema

When using the `$ref` keyword and pointing to a `.json` file (e.g. a local file path), we should be able to specify relative file paths in a couple "expected" places....

enhancement

More thorough array implementation would be to be able to get elements off the front or back - Pop and Shift might be implemented using offsetUnset http://php.net/manual/en/arrayobject.offsetunset.php See also http://www.onlinesmartketer.com/2009/02/07/php-clear-delete-remove-operations-on-arrayobject-class/

enhancement

As a developer, I would like to have the ability to perform a prepend operation (like array_unshift) to add elements to the beginning of an array: http://stackoverflow.com/questions/6875080/php-how-to-array-unshift-on-an-arrayobject ``` class ExtendedArrayObject...

enhancement

When using the [mox](https://hex.pm/packages/mox) package to create dynamic mocks to simulate function responses, it is required to have `@callback`'s defined for each function. Mox doesn't care _where_ these `@callback`s are...

This library would be a lot more useful if some real-world documentation were included -- this should include basic installation scenarios (e.g. is it even possible to put the test...

The test_gui.php hard-codes paths: tsk tsk tsk. Although it's not otherwise kosher, this would be far more useful if you put the CSS directly inline in that file or at...

A nice to have feature would be the ability to find and replace values during the bundling process. The one that comes up the most frequently is the application's "host"...

This looks like it might be a very thorough package, but without any documentation, it's not immediately clear what this thing does or how to install it, or more importantly,...

It is difficult to run tests currently because the repository requires the system to be running in a certain way. Tests are setup by running mongo replicas, but the bash...

Note:Discussion