Giter VIP home page Giter VIP logo

Comments (8)

TimonPost avatar TimonPost commented on July 24, 2024

Hey,

Witch version are you using? I have fixed this in version 4.0 see this

Let me know if that works out!

from crossterm.

Rukenshia avatar Rukenshia commented on July 24, 2024

Looks like I'm still on 0.3.x, I will update and reopen the issue if it's still a thing. Thanks!

from crossterm.

Rukenshia avatar Rukenshia commented on July 24, 2024

Hi, still doesnt work with 0.4.2:

image

The yellow portion should be after the word "pass" and before "Keycloak"

from crossterm.

TimonPost avatar TimonPost commented on July 24, 2024

Strange I think I have time to look at it tomorrow 27/09 let you know!

from crossterm.

TimonPost avatar TimonPost commented on July 24, 2024

I have looked at it but it is working for me so I am not sure if it is because of windows 7. But if you use the following code does it work?

fn main()
{
    let screen= Screen::default();
    let crossterm = Crossterm::new(&screen);

    println!(
        "Currently, only Keycloak is supported as Identity Provider. When setting the \n \
          IDP URL, please note that you will have to pass {} of Keycloak.\n",
        crossterm
            .style("the exact path to the saml client")
            .with(Color::Yellow)
            .into_displayable(&screen)
    );
}

Here is an example of what I see:
https://ibb.co/gaSfMp

If it still does not work I have to install windows 7 tot test this since I did not test on windows 7 jet.

from crossterm.

Rukenshia avatar Rukenshia commented on July 24, 2024

Tried it with your exact code (plus the use), same result on Windows 7 (running on an AWS WorkSpace)

image

from crossterm.

TimonPost avatar TimonPost commented on July 24, 2024

Just to let you know I am working on it finaly got windows 7 installed Ill test it there and see if I can find what the problem is.

from crossterm.

TimonPost avatar TimonPost commented on July 24, 2024

I have moved this to another issue see #38

from crossterm.

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.