-
Support for seeing how much someone contributed to a project would be a nice feature, however I don't know how feasible this would be without making system calls to a git client. I thought I would jus…
-
Some of these are already supported but the majority aren't yet
```
.bzrignore (Bazaar)
.chefignore (Chef)
.cfignore (CloudFoundry)
.cvsignore (Cvs)
.boringignore (Darcs)
.deployignore (Deplo…
-
if I ran scc at the root of my git repo it works well, and much faster than cloc, tokei.
when I go to the sub directories, I found my python lines are in huge numbers, turns out the modules under .…
-
Sorry for the overly technical and perhaps naive title, but it's the best summary I could think of. On a small project, `rust-analyzer` is blazing fast and all is well. On a large project, `rust-analy…
-
**Describe the bug**
When running the following command (and any similar command with more than one --not-match-f stated) the default expectation is that all files who have a basename ending with _te…
-
I tried this code:
```toml
[package]
name = "playground"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.12.1", default-features = false, features = [] }
[pro…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
現在このリポジトリを探索中ですが、「オープンデータカタログ/データセット/観光・貿易・国際交流」に間違いを発見しました。
「観光白書」へのリンク[http://www.mlit.go.jp/kankocho/siryou/index.html](url)が機能しておりません。
[https://www.mlit.go.jp/statistics/file000008.html](u…
-
## Summary
| Status | Count |
|---------------|-------|
| 🔍 Total | 316 |
| ✅ Successful | 232 |
| ⏳ Timeouts | 1 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 7 |
| ❓ Unknown…
-
To count lines of student's solution, we use the `tokei` library, which unfortunately doesn't support red at the moment: https://github.com/XAMPPRocky/tokei#supported-languages
Luckily, adding a la…