Ankit Kumar

Results 3 issues of Ankit Kumar

i have a simple message of type ```protobuf message SampleRequest { string test_id = 1; map test_state = 2; } ```` it was not able to generate in openapi.yaml. But...

### Describe your changes add dynamic selection marker for focused Yes/No option Adds a visible “>” cursor to the focused confirm option (Yes/No), improving clarity when toggling with left/right or...

https://github.com/charmbracelet/huh/blob/95b882db3fb0ee41f7d3c0c28528c02cd24e33c6/field_confirm.go#L80 - We rely heavily on Confirm for yes/no prompts and noticed users often miss which option will be submitted on Enter. Unlike Select, Confirm does not show an explicit...