Ken Powers

Results 52 issues of Ken Powers

When I have `vim-polyglot` installed via packer: ```lua use 'sheerun/vim-polyglot' ``` And I attempt to run either `Restart` or `Reload`, I get the following error: ``` Error detected while processing...

I've gotten accustomed to typing `.exit` in the Node REPL in order to exit. Frankly, I realize this is a bad habit compared to just using `ctrl-d` (many more keystrokes...

enhancement
plugin

Is it possible to double-tap and hold for hyper? I would like to hold caps lock for ctrl, and double-tap and hold for hyper.

I think having the option of not persisting data would be helpful. I just need this for running unit-tests where data shouldn't persist past the current run.

Example: http://www.csstrashman.com/styles/38305 All values which webkit considers invalid (anything prefixed with another vendor's prefix) is discarded. The following two rules of are examples of this: ``` css display: -ms-flexbox; -ms-flex:...

bounty

## Description When publishing a new scoped package I am prompted that the package has not been published before and asked if I want to publish it publically. I enter...

I've gotten myself confused about how to properly manage sessions with redis and koa: - There are two projects, `koa-session` and `koa-generic-session`. They are both recently updated and neither mentions...

Casks are now installed with `brew install --cask ` rather than `brew cask install `. **EDIT:** You also need to install `macfuse` rather than `osxfuse`.

Related to #318 My apologies, but I actually deprecated `redux-ts-utils` since I submitted #318 last March. I just got an email notification today that it was merged but there's no...

On my m1 mac I can install `whalesay` via `whalebrew` as such: ``` whalebrew install whalebrew/whalesay ``` When I run `whalesay`, I get a warning: ``` ❯ whalesay oink WARNING:...