Kai Mast
Kai Mast
Just my two cents. In the current configuration i can display both Netflix subtitles and subadub subtitles. This is super useful as it allows me to display two different languages...
It probably doesn't make sense to develop a widget and then having to rewrite large chunks of it when better font rendering is added.
Seems like beta stopped working on latest iced again...
Yup... I tried to do it last night but it was much harder than I thought (to be fair I don't know the iced or iced_aw codebase that well). `iced_web`...
This is great. Thanks so much! One more thing considering is to move from `hecrj/iced` to `iced-rs/iced`.
> Has anybody built successfully with a stable version compiler? As long as the procedural macros aren't stabilized yet, I don't think you can build this crate with stable (or...
I might hack together some basic tests for this crate. Goffrie, would you be willing to merge tests into the repo?
Additionally there's a bunch of clippy warnings that get triggered by plex: `clippy::redundant_closure_call clippy::unused_unit clippy::match_single_binding clippy::let_unit_value clippy::unit_arg`
It seems like most recent Rust nightly introduced a linter for unused braces as well. So plex now generates a bunch of errors during normal compilation also. I will try...
Would be great if this could be merged. I think an even more intuitive way though would be to replace the install.sh script with a Makefile. And maybe also support...