You can see the reason listed here -> source
TLDR; generate service account key file without transporting the private key.
gcloud iam service-accounts create look-no-keys
You can see the reason listed here -> source
TLDR; generate service account key file without transporting the private key.
gcloud iam service-accounts create look-no-keys
<?php | |
namespace App; | |
use Illuminate\Support\Collection; | |
use Illuminate\Database\Eloquent\Builder; | |
class CursorPaginate | |
{ | |
// (new CursorPaginate())->loadMacro(); //AppServiceProvider boot method |
# ----------------------------------------------------------
# Header - (type): Brief description
# ----------------------------------------------------------
# * feat A new feature
# * fix A bug fix
# * docs Changes to documentation only
# * style Style/format changes (whitespace, etc.)
" automatically leave insert mode after 'updatetime' milliseconds of inaction | |
" au CursorHoldI * stopinsert | |
" set 'updatetime' to 15 seconds when in insert mode | |
" au InsertEnter * let updaterestore=&updatetime | set updatetime=5000 | |
" au InsertLeave * let &updatetime=updaterestore | |
" when you have error about dos line ending (clue here is ^M) | |
" most likely your file has line ending with dos | |
" to check the file type :set ff? |