Adrian Rosian
Adrian Rosian
I get this error when trying to use findUsingGrep function: ``` ErrorException: Warning: exec(): Unable to fork [/bin/grep --extended-regexp --directories=recurse --devices=skip --files-with-matches --with-filename --color=never --include=*.php '.*' '/path/to/dir' ``` Any ideas?
Added 2 versions for 1.x and 2.x versions of pdftk
PHP Fatal error: Class 'Shuble\Slurpy\Operation\OperationArgument\PageRange' not found in /path/here/vendor/shuble/slurpy/tests/Shuble/Slurpy/Tests/Operation/OperationArgument/PageRangeTest.php on line 49 ``` PHP Stack trace: PHP 1. {main}() /usr/bin/phpunit:0 PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46 PHP 3. PHPUnit_TextUI_Command->run() /usr/share/php/PHPUnit/TextUI/Command.php:130 PHP 4....
Public key from data fails, even though data is valid. worked before the update of xcode. Error comes from `SecKeyCreateWithData(keyData as CFData, keyDict as CFDictionary, nil)` in `addKey` function. Tested...
Hello, guys, Is it possible with the mongo db adapter to use has and belongs_to with an embedded document? Will the model functions still work? Sorry if the question is...