ELLIOTTCABLE
ELLIOTTCABLE
So, I'm not *entirely* sure, but it looks like perhaps `create-react-app`'s `react-scripts`' Webpack config is doing something a little more complicated than Tern's Webpack plugin can understand? Here's the `.tern-project`...
I disabled my WiFi to test the behaviour of my tiny script, and I got this: ``` /Users/ec/Dropbox/Code/generate-tesla-token/node_modules/teslajs/TeslaJS.js:320 callback(error, { error: error, response: response, body: body, authToken: loginResult.access_token, refreshToken: loginResult.refresh_token...
I see in the README that `reason-cli` suggests it be installed globally. For a variety of reasons, I consider that an anti-pattern; but more importantly, when permitting users to contribute...
Title! It looks like I can do `npm install reason-cli@latest-linux`, but I have to explicitly state `npm install [email protected]` on a macOS system.
I'm getting the following error, when I have a single-line document, and I try to delete to the start of the line with `dd`: ``` Error: There is no line...
Hi! I didn't see any Issues open for "Find All References" / global-references (⌥⇧F12). When I invoke that feature of VSCode, at the moment, it only shows references in the...
Hi there. I can't use the "client ID / secret" login-method, as we don't usually have permissions to create GitHub Apps on our GHE. However, PAT doesn't seem to be...
When browsing Fugitive buffers, it'd be a nice touch if the colour of the signcolumn icon were in accordance with whether that TODO/FIXME/whatever were *added*, or *removed.* i.e. instead of...
Title pretty much says it. In particular, I'd like to require a colon on *some* keywords, but not all. Comments like this show up fairly often in our codebases: ```javascript...
So, every single `travis` command is executing extremely slowly on my machine. I've completely nuked my entire Ruby setup (this is important to me, as there's a couple `travis` commands...