𝑬𝒍𝒊𝒂𝒔

Results 14 comments of 𝑬𝒍𝒊𝒂𝒔

> I've tried it out, some feedback on the usability: > > * Why does it show a green `|` character in front of the input sometimes? It is rather...

I am currently thinking about how we can refactor the completion part into `wordlist`. I get problems with `reedline` because `reedline` uses also the `pos` variable and not the whole...

I've switched to `dialoguer` crate. Keep it simple. But i think i found a little bug in `dialoguer` crate. When i move the cursor to the left in a word...

@felinira When i run `cargo test --no-default-features --package magic-wormhole` i get a pretty ugly error message from eyre: ``` error[E0432]: unresolved import `crate::transit` --> src\core\test.rs:9:5 | 9 | transit, AppConfig,...