Skip to content

Commit

Permalink
FIX(nvim): Ran into qvacua/vimr#311, resolved by unsetting / letting …
Browse files Browse the repository at this point in the history
…gui use >= 256 fixed colors.
  • Loading branch information
Vvkmnn committed Dec 23, 2017
1 parent 384f0e4 commit da7eb28
Show file tree
Hide file tree
Showing 11 changed files with 2,087 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"grpcPort": 5002,
"host": "localhost",
"logFile": "/Users/v/.nvm/versions/node/v8.6.0/lib/node_modules/firebase-tools/node_modules/@google-cloud/functions-emulator/logs/cloud-functions-emulator.log",
"projectId": "opiai-5276b",
"region": "us-central1",
"restPort": 5001,
"started": 1510533736864,
"storage": "configstore",
"supervisorPort": 5000,
"tail": true,
"useMocks": false,
"verbose": false,
"version": "1.0.0-alpha.25",
"pid": 16621,
"workers": {
"9995": "STARTED",
"9996": "STARTED",
"10314": "STARTED",
"10947": "STARTED",
"10948": "STARTED",
"10949": "STARTED",
"16328": "STARTED",
"18173": "STARTED"
}
}
944 changes: 944 additions & 0 deletions .config/configstore/@google-cloud/functions-emulator/.discovery.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"projects/opiai-5276b/locations/us-central1/functions/reachEstimate": {
"name": "projects/opiai-5276b/locations/us-central1/functions/reachEstimate",
"sourceArchiveUrl": "file:///var/folders/8s/gygy76px35zd6b_6d4cccqb00000gn/T/undefined-reachEstimate-11250g10EOCU72JSU.zip",
"sourceRepository": null,
"httpsTrigger": {
"url": "http://localhost:5000/opiai-5276b/us-central1/reachEstimate"
},
"eventTrigger": null,
"status": "READY",
"latestOperation": "operations/07b10349-c522-4d61-8b6b-1348f8ea41bf",
"entryPoint": "",
"timeout": null,
"availableMemoryMb": 17179,
"serviceAccount": "/Users/v/Documents/redqueen/opiAI/bot/build",
"updateTime": null
},
"projects/opiai-5276b/locations/us-central1/functions/opiAI": {
"name": "projects/opiai-5276b/locations/us-central1/functions/opiAI",
"sourceArchiveUrl": "file:///var/folders/8s/gygy76px35zd6b_6d4cccqb00000gn/T/undefined-opiAI-16615Jp67ChD7OfS3.zip",
"sourceRepository": null,
"httpsTrigger": {
"url": "http://localhost:5000/opiai-5276b/us-central1/opiAI"
},
"eventTrigger": null,
"status": "READY",
"latestOperation": "operations/d8f94819-b8c4-476c-8dda-9c5571b498e2",
"entryPoint": "",
"timeout": null,
"availableMemoryMb": 17179,
"serviceAccount": "/Users/v/Documents/redqueen/opiAI/bot/build",
"updateTime": null
}
}

0 comments on commit da7eb28

Please sign in to comment.