-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove huh as a dependency #741
Comments
bug fixes in previous gum versions - for reference when doing validation on the changes (I can help with this) Impacted commandsUse Huh for Gum Choose by @maaslalani in #521 FeaturesShow help with Huh? by @maaslalani in #587 Fixes (gum)v0.14.1Handle huh? user aborted error by @MikaelFangel in #578 v0.14.2drop left padding in choose in #597 v0.14.4e095a91: fix(input): wrong height when using borders in the header (@caarlos0) Fixes (huh)v0.5.0Resolve conflict between select and filter by @MikaelFangel in charmbracelet/huh#252 v0.5.2improve distinction in field select by @csandeep in charmbracelet/huh#304 v0.5.3fix: group varying heights by @bashbunni in charmbracelet/huh#350 Also refactor: use a selector type to select items by @aymanbagabas in charmbracelet/huh#328 |
@bashbunni - Just to understand this issue correctly. Does it concern only removing huh as a dependency for |
Hey, @MikaelFangel. We’re planning on removing Huh in Gum across the board, so After the switch we noticed that we lost some really good functionality and behavior, and found that working on Gum was harder because Huh needed to support use cases specific to Gum in addition to its main purpose. The original Bubble Tea applications in Gum are pretty simple and are much easier to maintain. Anyway, while we’re reverting to pre-Huh code, we’re also on adding some of the features added post-Huh. We’d love to hear is if there’s any functionality that Huh added that you like to see preserved. |
Thank you for explaining it to me. The plan seems solid, and I don't have any specifics about the features I'd like to see preserved. Please let me know if there's anything I can do to help 😄 |
@MikaelFangel Awesome, that's great to get your vote of confidence. With regard to help, will do. Thanks for all your contributions so far! |
gum choose
combine
gum choose
andgum filter
bash to check what bugs have been fixed in prev versions of huh and gum to test against this new branch
The text was updated successfully, but these errors were encountered: