Sam Ottenhoff
Sam Ottenhoff
### Technical Debt Reduction - Eliminated outdated caching technologies - Removed complex, hard-to-maintain code - Simplified configuration requirements - Consolidated distributed state management ## Apache Ignite Advantages - Unified Framework:...
I have not tested or reviewed. ---------------------------------- 1. Modified the AssignmentServiceImpl to not lock groups immediately when an assignment is posted but instead check the open date: - If the...
Fix system crash (OOM) caused by updater spending time in folders like docs/ - Skip hidden and vendor directories (node_modules, vendor, docs, etc.) to avoid OOM - free ASTs immediately...
## Summary by CodeRabbit * **Bug Fixes** * Content sanitation alerts no longer force navigation back to the edit view. Items with sanitized content now proceed to further validation (dates,...
… ## Summary by CodeRabbit * **Bug Fixes** * Improved stability when handling list items with missing or incomplete data. * Enhanced title rendering to gracefully handle missing values and...
## Summary by CodeRabbit - New Features - Standardized external-service response mapping and improved JSON/XML/JSONP encoding for more reliable data exchange. - New bean utilities for cloning/population and added no-arg...
Existing code (https://github.com/binwiederhier/ntfy-ios/blob/3feb27848acb01a3885828e37ff64c939e3f39ba/ntfy/Utils/NotificationContent.swift#L62) already attempts to send timeSensitive and critical alerts to the user. But without the proper entitlement, the notification has normal priority. Time-sensitive notifications are critical for breaking...