Krot Eval

Results 156 issues of Krot Eval

Add findOrCreateWithGroup() method

May be by default need to use [denied] instead throw exception if permission not declared. ![image](https://user-images.githubusercontent.com/38257723/58168200-58e74180-7c96-11e9-9cb8-83b4ddbbc31b.png)

``` "message": "Class name must be a valid object or a string", "exception": "Symfony\\Component\\Debug\\Exception\\FatalThrowableError", "file": "/var/www/app/vendor/eminiarts/nova-permissions/src/Nova/Role.php", "line": 111, ``` If isset not exists guard name.

![image](https://user-images.githubusercontent.com/38257723/61358047-2450ca00-a882-11e9-8360-242d8e4b93af.png) To improve user friendly.

``` (node:6) UnhandledPromiseRejectionWarning: Error: EACCES: permission denied, open '/app/out/0502721643.pdf' (node:6) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or...

```go var Counter *hyperloglog.Sketch ... Counter = hyperloglog.New16() ... bpk := make([]byte, 8) binary.LittleEndian.PutUint64(bpk, pk) Counter.Insert(bpk) ``` ``` fatal error: concurrent map writes goroutine 458 [running]: runtime.throw(0x788fc0, 0x15) /Go/src/runtime/panic.go:1114 +0x79...

Hi! I tried this tool for the first time and immediately got the error. ``` jjwrecker -f /var/jenkins_home/jobs/frontend/config.xml -n 'frontend' ``` ``` last called actions Traceback (most recent call last):...

I have compiled wrapper for `Repository` class. Via `app(Repository::class)` I get compiled wrapper. But via `\Mockery::mock(Repository::class)` I get origin `Repository` class without compiled wrapper. Workaround: `\Mockery::mock(app(Repository::class))` But there is a...