Copilot

Results 4682 issues of Copilot

Adds opt-in chat monitoring across Twitch and Kick channels with keyword-based notifications. Users can monitor up to 50 channels and receive real-time alerts when specified keywords appear in chat. ##...

Refactors the shared data system from generic "common" naming to explicit "shared-storage", adds rate limiting for streamer status refreshes in the background worker, and enables cross-platform streamer viewing UI. ##...

Implements `QSO::completeWith(const QSO& q2)` to fill empty fields from another QSO without overwriting existing values. Enables merging duplicate QSO records during import and LoTW synchronization. ## Changes **Core Implementation** -...

Scripts using `cli.ExistingFile` or other Predicate validators as type annotations crash with `ValueError: 'FileArgument' is not in list` since v1.10. ## Root Cause In `_validate_args()`, when processing type annotations from...

## Summary This PR adds complete support for downloading features from OGC Web Feature Service (WFS) endpoints alongside existing ArcGIS REST services - both working from the same URL input....

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....

## What problem does this PR solve? Addresses feedback from #1682 ([discussion](https://github.com/ubyssey/ubyssey.ca/pull/1682#discussion_r2553366885)): nginx was being reloaded every 12 hours regardless of whether certificates were actually renewed, causing unnecessary reloads. ##...

This PR migrates the cache_warmup addon to use the proper namespace `FriendsOfRedaxo\CacheWarmup` and converts all class names to follow PSR-1 naming conventions with a simplified structure. ## Changes Made **Namespace...

enhancement

Fix email obfuscator by skipping emails in HTML attributes ## Problem The email obfuscator was incorrectly recognizing retina image filenames (like `[email protected]`, `[email protected]`) as email addresses and obfuscating them, which...

This PR addresses the remaining items from issue #3461 by replacing all direct platform-specific icon usage with the centralized `platformPrefixIconName` helper function introduced in PR #3459. ## Problem Throughout the...