navyansh007

Results 3 issues of navyansh007

Removes the non-existent global 'data' attribute from HTML global attributes that was referencing broken MDN documentation. HTML specification only supports data-* custom attributes and the element, not a global 'data'...

fix(math/strided/special/dfloor): replace stack allocation with dynamic allocation in benchmark Replace fixed-size array declarations with dynamic memory allocation in the dfloor benchmark to prevent segmentation faults when processing large input sizes....

Math
Needs Changes
First-time Contributor

Adds new `lingo.dev validate` command for comprehensive configuration validation before running translations. ## Features ### Commands - `lingo.dev validate` - Basic validation - `lingo.dev validate --strict` - Treat missing target...

CLI