Skip to content

Instantly share code, notes, and snippets.

View ekilah's full-sized avatar

Monroe Ekilah ekilah

View GitHub Profile
@ekilah
ekilah / tsserver-deal-web-5.1.3.log
Last active October 24, 2023 00:40
TS error logs for https://github.com/microsoft/TypeScript/issues/55673. I added whitespace to `tsconfig.json` at about `17:36:16`
This file has been truncated, but you can view the full file.
Info 0 [17:35:36.607] Starting TS Server
Info 1 [17:35:36.607] Version: 5.1.3
Info 2 [17:35:36.607] Arguments: /Users/monroe/.nvm/versions/node/v16.15.0/bin/node /Applications/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js -id=1698107736441 -debug-name=typescript --pluginProbeLocations /Users/monroe/dev/ekilah/deal-web,/Applications/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/typescript --globalPlugins tsc-ide-plugin
Info 3 [17:35:36.607] Platform: darwin NodeVersion: v16.15.0 CaseSensitive: false
Info 4 [17:35:36.607] ServerMode: undefined hasUnknownServerMode: undefined
Info 5 [17:35:36.614] Binding...
Err 6 [17:35:36.617] Process: Require is used /Users/monroe/dev/ekilah/deal-web/node_modules/typescript/lib/
Info 7 [17:35:36.638] event:
{
"seq": 0,
@ekilah
ekilah / git rebase onto.md
Last active April 11, 2025 18:25
rebasing stacked PRs with --onto

TLDR:

git rebase --onto newBase oldBase thingToRebase

if you had this: