Open Issues Need Help
View All on GitHub 🐛 Bug: --target-paths option is inconsistently applied about 1 hour ago
AI Summary: The `--target-paths` option in `forklet download` is inconsistently applied, often failing to download only the specified files or directories. Instead, it frequently downloads the entire repository, making the feature unreliable. The issue likely stems from the path filtering logic within `DownloadOrchestrator` or its interaction with `FilterEngine`.
Complexity:
3/5
bug enhancement good first issue filter engine
Download any file or folder from any GitHub repo by branch, tag, or commit with glob pattern filtering.
Python
🐛 Bug: Filters are not applied correctly during download about 2 hours ago
bug enhancement good first issue filter engine
Download any file or folder from any GitHub repo by branch, tag, or commit with glob pattern filtering.
Python