ELLIOTTCABLE
ELLIOTTCABLE
I, like @jc00ke (see #24) am trying to use @altercation’s [Solarized](http://ethanschoonover.com/solarized) with `vim-indent-guides`. My approach is slightly different, as I desire to set specific colours for the indent guides (and...
Hi! This plugin is exactly what I was looking for (when I open `nvim` instead of `vimr`, my terminal-theme's background differs ever-so-slightly from my vim-theme's background, I want to prevent...
A lot of security-conscious macOS users rely on a program called "Little Snitch", effectively an application firewall / reverse firewall for macOS processes. The team over there has an *excellent*...
Title pretty much says it all: at least on my machine, without Tor installed, selecting the 'Tor version 3 address (proton-mail)' API entry point, predictably, causes you to be unable...
I'm unsure about the other platforms supported; but on macOS, all of an app's windows can normally be closed without that affecting whether the application-process continues to run: https://user-images.githubusercontent.com/200/132422918-c057423d-a38a-464d-8168-42403fdc6359.mov (Example...
Would it be possible to support GitHub Enterprise installations? Thanks!
When we have an `.ml` file adjacent to a consuming `.js` file (see #8 for context), we usually import as follows: ```js import BlahWidget from './blahWidget.bs'; // compiles to: var...
Our projects generally use a `bsconfig.json` that looks like this: ```json5 { // ... "sources": { "dir": "src", "subdirs": true }, "package-specs": { "module": "es6", "in-source": true }, "suffix": ".bs.js",...
This package appears to work with Babel 7, which is cool; but unfortunately, I get this error out-of-the-box: ``` $ babel src --ignore '**/*.bs.js' --copy-files --out-dir lib { Error: Cannot...
Title says it all. I'm unable to really do *any* sorting-rule modification without RimPy crashing. Reliably, clicking 'share' immediately crashes RimPy (no error message or anything of the sort); but...