Spenser Black

Results 109 comments of Spenser Black

Interesting about the TypeScript issue. Looks like it's caused by the files in `src/qt/locale`, which all have `.ts` extensions (guess it's the extension of Qt translation files, too). >b) perhaps...

I don't think we should be using `github-linguist` *directly*, since it's written in Ruby, and any interfacing with it would likely be hack-y. However, it could be possible to make...

I think we should start collecting all "incorrect language detected" issues together, so I'm going to rename this to something more general and pin it.

Thanks for the report, @atluft. I guess this also means that tokei can have a problem with [V](https://github.com/vlang/v), it it is ever implemented.

@o2sh We might want to create a `known-issues.md` file, documenting workarounds (alternate extensions to use, tokei config file snippets, etc.).

Sorry, I incorrectly assumed that tokei allowed language overrides, but I guess that's not implemented yet. Well, the only workaround that I know of is renaming all Verilog files to...

I wonder when there will be a new release of tokei. https://github.com/XAMPPRocky/tokei/pull/840 was merged a long time ago.

Just want to note that it looks like this can cause unexpected behavior with `gh pr checkout`. To reproduce: ```shell gh repo clone your-fork gh pr checkout # choose a...

Just throwing out another option: what would you think about formats like `3K` or `3.3M` instead? Similar to the Size field.

TBH I'm not sure how necessary exactness is. This is just my opinion, but once billions of lines of code are reached, I wouldn't care if it's 3 billion, 3...