Peter Dave Hello
Peter Dave Hello
Consolidate apt commands, use shallow git clone, and prevent cache files from being stored in the image. These changes reduce the final image size from 12.9GB to 10.1GB (21.7% reduction)....
## Summary by CodeRabbit - **New Features** - Added a shell script to manage domains between active and inactive lists with validation and sorting - Enabled adding new domains and...
:muscle: ## Summary by CodeRabbit - **Refactor** - Standardized DNS query command execution across the script by introducing a consistent `dig` command variable.
:muscle: ## Summary by CodeRabbit - **New Features** - Added a comprehensive test script for domain validation testing. - Implemented parallel testing for valid and invalid domain checks. - **Chores**...
🚀 ## Summary by CodeRabbit - **New Features** - Introduced a temporary directory management system for improved DNS checking - Enhanced concurrent processing of multiple DNS queries - Added background...
The current script requires at least Bash 4.0 due to the use of modern syntax features (e.g., associative arrays). However, some environments, such as the default macOS Bash (3.x), may...
By specifying the correct language for the code block.
### Feature request Introduce support for OpenAI Flex Processing to help reduce API costs for tasks that are not time-sensitive. Flex Processing is designed for lower-priority or asynchronous workloads. It...
It may be the most powerful and expensive model for now: https://platform.openai.com/docs/models/o1-pro
Right now, this repo only has CodeQL scanning but no CI for tests or builds. We should set up a GitHub Actions workflow to run tests and builds on PRs...