Sjors
Sjors
Replace ``` use Illuminate\Foundation\Auth\User as Authenticatable; ``` with ``` use Jenssegers\Mongodb\Auth\User as Authenticatable; ``` It should look like this then ``` namespace App; use Illuminate\Notifications\Notifiable; use Jenssegers\Mongodb\Auth\User as Authenticatable; class...
Why not use regex validation rule like `/^[0-9]+(\s*\,\s*[0-9]+)*$/g`? Also it is possible to write your own validation rules: https://laravel.com/docs/5.6/validation#custom-validation-rules
You need to push an actual tag in order to get `match` and `semver` to work, using `npm version` for instance and have the action run on that. The `latest`...
I just wanted to leave the comment that the case `/*** ONLY RECEIVES FacilityControl ***/` is not broken. `PlayerFacilityCapture` is a character centric event that is filtered by whitelisting character...
Probably good to add some context. This was due to the cache not working as suppose to and thus the making more requests then necessary to Census.
While I do agree, I would like to see use of headers and status codes, I think the thing is it just get overwhelmed and this is the only thing...
You configured the imagename wrong, you are pushing to Docker Hub without authorization to a scope you have no access to. Also the `latest` and `v1` tags are wrong, besides...