Giter Club home page Giter Club logo

Comments (5)

mikaelmello avatar mikaelmello commented on June 7, 2024

Hey, I haven't been able to reproduce the issue, can you give me more details? Maybe a repo that reproes the issue

This may be limtied to Alacritty, but unfortunately I can't try alacritty right now as it seems the Mac installer has some issues, but my tests have been fine on both Mac and Ubuntu (via SSH) systems.

from inquire.

Sydonian avatar Sydonian commented on June 7, 2024

I encountered the same problem, and below are my test codes:

use inquire::Text;

fn main() {
    loop {
        match Text::new(">>").prompt() {
            Ok(text) => println!("{}", text),
            Err(e) => println!("Error: {}", e),
        }
    }
}

I noticed that if I run the program and just press enter key about 12 times, then it will lose the newline after the echo of my input:

20240316165819

I'm using Windows 11, and I have tried it on PowerShell and CMD, but both appear the same problem and even the CMD only need 11 enter keys.

from inquire.

mikaelmello avatar mikaelmello commented on June 7, 2024

Thanks @Sydonian, I was able to reproduce the issue after the "press enter until it happens" advice.

No idea how this even works half the time, but from my tests when it reached the "broken state" it stayed like that.

Looks like the issue is because the new rendering logic ignores empty lines.

Can you pleae test the fix?

[dependencies]
inquire = { git = "https://github.com/mikaelmello/inquire.git", branch = "mm/fix-new-line-prompt-end" }

from inquire.

Sydonian avatar Sydonian commented on June 7, 2024

Thanks @Sydonian, I was able to reproduce the issue after the "press enter until it happens" advice.

No idea how this even works half the time, but from my tests when it reached the "broken state" it stayed like that.

Looks like the issue is because the new rendering logic ignores empty lines.

Can you pleae test the fix?

[dependencies]
inquire = { git = "https://github.com/mikaelmello/inquire.git", branch = "mm/fix-new-line-prompt-end" }

I tried this on the test program and my project, both work fine, thank you!

from inquire.

msrd0 avatar msrd0 commented on June 7, 2024

Can also confirm the branch works. I always accepted the default value for the first prompt, so the bug always triggered for me.

from inquire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.