Spenser Black

Results 107 issues of Spenser Black

# Description For the vim theme, there is [currently a hack that uses Euclidean distance to get color conversions](https://github.com/mjswensen/themer/blob/56f0bd2b547d495251f4a2a521338ff81d2a7c18/cli/packages/vim/lib/index.js#L5-L28). With https://github.com/Qix-/color-convert/pull/75 merged, the next release of color-convert should make this...

When I run `tokei` in a git repository, usually I want to know the stats of the *tracked* files. Sometimes I will add a file like `notes.txt` for myself, which...

Linguist has "programming", "data", "markup", and "prose" types for languages. I think it would be helpful if Tokei did something similar with an `fn` implemented on `LanguageType`. Here's a simple...

## Language name - Git Commit - Git Rebase ## URL of example repository I think this is N/A, since a normal repository wouldn't commit any files that are in...

Add Language
Good First Issue

I noticed there wasn't an [`.editorconfig`](https://editorconfig.org/) file, which can be used to keep behavior consistent among editors (my editor was defaulting to tab indentation).

I often view documentation with `help(foo)`, possibly more often than viewing documentation on websites. Currently `help(sty)` doesn't offer much info, and usage like `help(sty.ef)` will display the inherited docstring from...

documentation

It appears that `button:hover` and `button:focus` have the exact same styling. IMO this is confusing because a button can remain focused after being clicked, so it visually looks like it's...

This converts `test.html` into an automated Vercel deployment. Users can still test locally with `cd vercel && npm run dev`, but each pull request should also have an automated preview,...

For some reason `test.html` was marked as an executable file. This makes it a "normal" file.

Bootstrap collects theme colors together using a map, but the variables themselves can have identities that are different from their map keys. https://github.com/twbs/bootstrap/blob/e5643aaa89eb67327a5b4abe7db976f0ea276b70/scss/_variables.scss#L77-L87 The folder structure could look like this:...

enhancement
discussion