This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Node: v0.12.0 | |
npm: v2.13.3 | |
Installing build modules... | |
Installing apm... | |
Installing modules ✗ | |
> [email protected] preinstall /Users/mbolin/src/bolinfest/atom | |
> node -e 'process.exit(0)' | |
npm ERR! addLocal Could not install /Users/mbolin/src/bolinfest/atom/[email protected]:facebooknuclideapm/nuclide-code-format.git#0.0.28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/mbolin/src/atom$ apm test | |
[96945:0923/224217:INFO:renderer_main.cc(200)] Renderer process started | |
Error Downloading Update: Could not get code signature for running application | |
[96941:0923/224218:INFO:CONSOLE(46)] "Window load time: 1052ms", source: file:///Users/mbolin/src/atom/static/index.js (46) | |
.............................[96941:0923/224219:INFO:CONSOLE(260)] "Uncaught BufferedProcessError: Failed to spawn command `bad-command-nope`. Make sure `bad-command-nope` is installed and on your PATH", source: /Users/mbolin/src/atom/src/buffered-process.coffee (260) | |
...................................................................................[96941:0923/224221:INFO:CONSOLE(919)] "Error setting item in object: Validation failed at null.foo.int, null cannot be coerced into an int", source: /Users/mbolin/src/atom/src/config.coffee (919) | |
[96941:0923/224221:INFO:CONSOLE(919)] "Error setting item in object: Validation failed at foo.int, null cannot be coerced into an int", source: /Users/mbolin/src/atom/s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -f -r out/Makefile node node_g out/Release/node \ | |
out/Release/node.exp | |
rm -f -r node_modules | |
rm -f test.tap | |
# Next one is legacy remove this at some point | |
rm -f -r test/tmp* | |
rm -f -r test/.tmp* | |
/Applications/Xcode_10.2.app/Contents/Developer/usr/bin/make test-addons-clean | |
rm -f -r test/addons/??_*/ | |
rm -f -r test/addons/*/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
// Run this file to generate initialize.rpc in the same directory. | |
// Then to test it: | |
// | |
// Microsoft.Python.LanguageServer < /Users/mbolin/src/test-lsp/initialize.rpc | |
// | |
// Ideally, the LSP would reply on stdout. | |
const fs = require("fs"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import json | |
import os.path | |
from aiogoogle import Aiogoogle | |
from aiogoogle.auth.creds import ClientCreds, UserCreds | |
"""Basic Python script that demonstrates programmatic access to GDrive, | |
though the hard work is jumping through the Google Cloud Console hoops | |
to get a valid set of credentials to instantiate ClientCreds and UserCreds. |
OlderNewer