zadil

Results 4 comments of zadil

Hello, You can do otherwise like this : ` uuid := c.Query("id") if !IsValidUUID(uuid) { err := errors.New("A simple message") c.AbortWithError(400, err) return } ` ` import uuid "github.com/satori/go.uuid" func...

## Technical Proposal: Unified and Optimized Trace Filtering API After reviewing the evolution from #3481 → #3519 → #3550, I'd like to propose a more comprehensive approach to the trace...

Hi @Udhayarajan, Thank you for your detailed feedback and examples! On flexibility: I completely agree that some users need fine-grained filtering (e.g., filtering a command only for specific keys or...

Thank you for the thorough feedback, @Udhayarajan and @ndyakov. I really appreciate the in-depth analysis. Here's my proposal to move forward: ## On the key points: **1. `excludedCommands` - Let's...