-
### Summary 💡
.gitattributes overides what language a file extension is mapped to
example (from a unity project):
```
*.compute linguist-language=HLSL
*.shader linguist-language=HLSL
```
### …
-
When extracting [cbindgen-0.24.3-x86_64-apple-darwin.tar.gz](https://github.com/alsuren/cargo-quickinstall/releases/download/cbindgen-0.24.3-x86_64-apple-darwin/cbindgen-0.24.3-x86_64-apple-darwin.tar…
-
Hello!
I've really enjoyed reading through these benchmarks, and drawing conclusions about how code is structured. The multi-crate build times in particular really help you see how many crates are …
-
it would be great to have a `--verbose` debug output so it would be possible to profile bottlenecks when denoifying node projects. for example, it took 17~25 seconds to convert this [800 loc program w…
-
Add Common Style Sheet, remove individual styles..
-
Overall documentation for building an Exercism track lives at https://exercism.org/docs/building/tracks/new
This issue helps keep track of the tasks you're working on towards launching this track.
T…
-
A much weaker version of https://github.com/JuliaRegistries/RegistryCI.jl/issues/120
and similar to #261 (though less crucial)
Even if we are not going to run it, or check that it contains someth…
-
It would be helpful to aggregate metrics produced by `rust-code-analysis` on different files in a single global file. The aggregation should be done according to the languages contained in a determine…
-
I tried this tool for the very first time, to count the number of lines of code of a Python project. The numbers it reports are shockingly inaccurate. It reports a correct number of total lines and bl…
-
The following snippet, with 3 lines, is counted as 4 lines:
```html
```
(snippet taken from `testing/web-platform/tests/css/cssom/CSSStyleSheet-template-adoption.html` from the …