knobik

Results 7 issues of knobik

TIP: if you are reading this and realy want this feature, you can "replace" the package in your `go.mod` file just add to the bottom ``` replace github.com/jinzhu/configor v1.2.1 =>...

I done goofed and didnt attach an easy execution methods to the framework. With this code you can easly do ``` app.ExecJS("console.log('test')") ``` or ``` app.GetEngine().Eval("console.log('test')") ``` to execute JS...

When im using `$branches = $repository->getBranches(false, true);` im getting this error > the branch string is not valid: remotes/origin/HEAD -> origin/master > /vendor/cypresslab/gitelephant/src/GitElephant/Objects/Branch.php:199 ``` public static function getMatches($branchString) { $matches...

Awaiting Feedback

With this piece of diff, the "diff" mode is not being set in the class (being set to null). ``` diff --git SRC/.env.example DST/.env.example old mode 100644 new mode 100755...

Bug

Methods: destroyProgress, destroyAllProgress are missing the $tmpdir variable.

there is a letter missing in getConverterVersion. line 54 $ouput = preg_match("/ffmpeg version (?P[0-9]{0,3}).(?P[0-9]{0,3}).(?P[0-9]{0,3})/", $output, $parsed);

I'm trying to install Sonus on my laravel 4.2 package, i've checked the upper case problem but still i've got the $# php artisan config:publish Rafasamp/Sonus [InvalidArgumentException] Configuration not found....