danielmiessler.fabric/internal/tools
Kayvan Sylvan f141b68f12 fix: prevent pattern loader temporary directory leaks
- Create pattern temporary directories only during database population.
- Remove temporary directories after successful or failed downloads.
- Add regression tests for lazy creation and cleanup.
- Document pattern loader cleanup behavior in changelog.
2026-09-03 15:28:35 -07:00
..
converter refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
custom_patterns feat: replace hardcoded error strings with i18n translation keys 2026-02-21 13:28:52 -08:00
githelper i18n: add git CLI error message keys across all supported locales 2026-02-28 17:41:13 -08:00
jina chore: implement comprehensive i18n support across all plugins and tools 2026-02-19 14:00:23 -08:00
lang feat: localize setup process and add funding configuration 2025-12-22 09:39:02 -08:00
notifications refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
spotify refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
youtube feat: internationalize YouTube visual extraction flags and error messages 2026-04-05 15:22:28 -07:00
defaults.go feat: localize setup process and add funding configuration 2025-12-22 09:39:02 -08:00
patterns_loader.go fix: prevent pattern loader temporary directory leaks 2026-09-03 15:28:35 -07:00
patterns_loader_test.go fix: prevent pattern loader temporary directory leaks 2026-09-03 15:28:35 -07:00