Spenser Black

Results 109 comments of Spenser Black

It's a bit simple, but I think a ToC to jump to and from items could help. E.g. ```markdown ## ToC - [**Cool story Hansel, but what can I actually...

I'm not familiar with Hugo, but I definitely agree that an auto-generated table of contents would be ideal. Just based on familiarity with similar tools, maybe each FAQ could be...

Would you be open to contributors backporting the fixes? If you make a branch like `v12` from the latest release tag, I'm sure some users that are looking forward to...

It seems like the issue is that tokei doesn't support filenames with multiple `.`s (`.cs.st`).

@jake-87 cool! I'm not a collaborator of tokei, though, so you'll probably want to ping @XAMPPRocky instead so they can run the workflows 🙂

Sorry for commenting on an issue that hasn't had activity for a while, but I think having wildcards could also be useful. For example, Vue CLI dependencies are released together...

> This means in order to obtain the list of files at the beginning by running `git ls-tree ...` (or equivalent for other SCMs), and then reading the files in...

Looks like `git ls-files | xargs tokei` is enough to meet my needs, actually. So, unless the maintainers consider `--tracked` to be a useful enough feature to implement, this issue...

Since 500 errors are getting more common, and assuming the error is caused by exceeding GitHub's API rate limit, a GitHub action may be a good idea. [lowlighter/metrics](https://github.com/lowlighter/metrics) does something...

@3kh0 Thanks for the clarification, this is what I get for only reading the issue title :laughing: