Juliette

Results 36 comments of Juliette

I have forked and am working on adding [Material UI](https://material-ui.com/), as of now it simply installs it with the rest of the dependencies if enabled, but I can add more...

I gonna have a look into a possible fix, like the one in youtube-dl.

You can use `print!("\r")` to clear the last line in theory. Not sure if this works in practice.

@seanmonstar That is why I added the feature flag. My hope was that end developers would only enable said flag if they had the required Rust version, and until https://github.com/rust-lang/rust/issues/64796...

Another note on using [rustversion](https://github.com/dtolnay/rustversion) to conditionally compile it is that it currently has an MSRV of 1.31 which is significantly lower than reqwest's current MSRV of 1.56, so it...

`LWin` and `RWin` are called `LSuper` and `RSuper` respectively.

Hey sorry or the late reply, I'll take a look in my own environment quickly.

I did my best to re-create this in my own environment, but it did not introduce any problems for me. Could you list the following information: - OS (eg. Windows...

Do you get this error per chance (should print in the console where you ran the app): ``` Failed to connect: IoError(Custom { kind: TimedOut, error: "timed out while reading...