You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The "builder" example in the examples dir isn't working - the program panics.
To Reproduce
It seems the builder feature is not released :) but I was trying that out. I set the version to this git repo in toml and added "builder" feature. Then I copied builder.rs and all the associated yaml files and then ran the program. The program panicked with the following error:
I understand if this feature is not ready, as it's not documented anywhere and the builder feature is not published (hence pointing to github in toml). :)
Expected behavior
I was hoping the example will work. I like the idea of composing UI in a declarative way.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
latest version of MacOS
Backend used: ncurses
Current locale (run locale in a terminal)
Cursive version (from crates.io, from git, ...)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The "builder" example in the examples dir isn't working - the program panics.
To Reproduce
It seems the
builder
feature is not released :) but I was trying that out. I set the version to this git repo in toml and added "builder" feature. Then I copiedbuilder.rs
and all the associated yaml files and then ran the program. The program panicked with the following error:I understand if this feature is not ready, as it's not documented anywhere and the builder feature is not published (hence pointing to github in toml). :)
Expected behavior
I was hoping the example will work. I like the idea of composing UI in a declarative way.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
locale
in a terminal)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: