Daniel Setréus

Results 3 issues of Daniel Setréus

Considering the following array: ```php $arr = array( 'foo' => array( 'bar' => 'inner value' ), 'fooObj' => (object) array( 'objAttribute' => 'some value' ), ); $dot = new \Adbar\Dot($arr);...

Hi Would like to do something like: ``` ``` Although this works, it gives a PropTypes warning (nextButtonText / backButtonText must be `string`) Could you make the validation so that...

Enhancement

I love this and we would love to implement this for scheduling tasks. Already using crunz to declare tasks in code - but a gui would be great especially for...