Soroosh Srd

Results 4 issues of Soroosh Srd

Fixed an issue where the ValueWithoutQuotes checker was incorrectly handling lines containing comments, resulting in false positive warnings. ## Changes - Modified `ValueWithoutQuotesChecker` to properly parse and respect inline comments...

## Description This PR fixes #1124 ## Summary This PR fixes the OpenAPI schema generation for endpoints that return datetime objects. Previously, the application would fail to start with an...

## Problem The Redis fallback implementation has an issue where message timeout tracking is based on a message's creation time rather than when it was last received. This results in:...

- Add ExtractorHook trait for lifecycle observability - Add ExtractorValidatorHook trait for custom validation - Add ExtractorWithHooks extension trait - Add comprehensive documentation and examples - Add integration tests for...