John Karahalis
John Karahalis
Some repos now use the name *main* instead of *master*. This project seems to assume that the primary branch is named *master*. I'd like to request that the name of...
From the Vim documentation: ``` *z+* z+ Without [count]: Redraw with the line just below the window at the top of the window. Put the cursor in that line, at...
From the Vim documentation: ``` *CTRL-E* CTRL-E Scroll window [count] lines downwards in the buffer. The text moves upwards on the screen. Mnemonic: Extra lines. ``` ``` *CTRL-Y* CTRL-Y Scroll...
## Steps to reproduce 1. Create a new file with 30 lines 2. Enter normal mode 3. Type `gg` 4. Type `CTRL-F` ## Expected result The scrolling slows as it...
### Steps to reproduce 1. Copy a handful of things 2. Put your mouse over the trash icon for the topmost item in history 3. Rapidly click the mouse ###...
The [`no-param-reassign` rule](https://github.com/airbnb/javascript/blob/4ee732639396362c6981b1aa4730934c3baa7919/packages/eslint-config-airbnb-base/rules/best-practices.js#L228-L246) allows property modifications for params with certain names, like `acc` and `response`. I would like to suggest that `state` is also allowed, for users of Redux Toolkit....
## Steps to reproduce 1. Save the following code to a file named *index.html* in a local directory 2. Run `npx serve /path/to/that/directory` 3. Visit [http://localhost:5000](http://localhost:5000) 4. Click the second...
The _Purpose_ section of the README includes a link of the words "SCSS syntax" to https://stylelint.io/user-guide/css-processors#parsing-non-standard-syntax, which is 404.