Luca Trevisani
Luca Trevisani
For everyone hitting this issue, this is my workaround: ``` bash export MANPAGER="sh -c 'col -bx | bat --theme=default -l man -p'" man 2 select ```
> thx. The man 2 select is just an example, I guess. These are the official [instructions](https://github.com/sharkdp/bat#man) on how to use `bat` as a colorizing pager for `man`, I just...
@8FordPrefect8 yes sure, it is just an example to see a colorized man page, and actually I think it should be a more straightforward example, such as `man cp` or...
Ok thanks, I'm closing this issue
The following sample code, using the [dark-light](https://crates.io/crates/dark-light) crate, works but detects system theme only once when the app is launched. ```rust use iced::{Element, Sandbox, Settings, Theme}; pub fn main() ->...
Could system theme changes be detected by listening to an external event?
> It should be fairly easy to create a [`subscription::channel`](https://docs.rs/iced/latest/iced/subscription/fn.channel.html) that runs `dark_light::detect` in a `loop` every minute or so and publishes `Mode` changes to the application. I'm trying to...
I think I finally found my solution, I report it here in case it was useful for others: ```rust use iced::widget::text; use iced::{event, executor, subscription, time, window}; use iced::{Application, Command,...
This issue is still open, a workaround is to run: ``` gcc -I$(Pkg.dir("WinRPM", "deps", "usr", "$(Sys.ARCH)-w64-mingw32", "sys-root", "mingw", "include")) ``` Where should this issue be reported?
How would this be supposed to work? For all functions of the Julia script? Please provide examples for different cases and argument types.