Ben Boyter
Ben Boyter
It would be hella cool if there was a way to compare guilds against each. The way I see this working is that I can put in any two guilds...
**Describe the bug** https://twitter.com/hassmanm/status/1536327490691637248?s=20&t=DJSvEMujnI6ii_l_M-vWZA **To Reproduce** https://twitter.com/hassmanm/status/1536327490691637248?s=20&t=DJSvEMujnI6ii_l_M-vWZA **Expected behavior** Should be counted as something else. **Desktop (please complete the following information):** All
Just random thoughts about how to get more performance out of `scc`. Especially since tokei is now faster :( One thought I had was to do some hand rolled state...
See https://github.com/boyter/scc/issues/149 for context.
Two options. 1. Have the decompressing handling done in code 2. Have it accept params to decompress everything and then count it
Should be done on first pass. If the directory we are targeting has a .git/ folder then check for .git/info/exclude inside it and if so add that to the current...
Languages like Mako, Jinja etc... have the ability to break into code. However `scc` is unaware of this and considers the whole thing to be code. Need to have some...
The performance could be a lot better through the use of fan out. Might be possible to speed up the matching as well by using byte comparisons rather than string....
Probably the most requested feature is to be able to search through history for the purposes of Auditing. Use cases for the above. A user might query "when was this...
GitLab does not support any code search so it would be a good idea to plug the gap by talking directly to the API. Need to set up a local...