Hugo Persson

Results 27 comments of Hugo Persson

> Hi @ih8snow > > > So in case you have the **time**, what kind of funding ... > > Yeah, the biggest problem is the lack of time, especially...

Alright, I am going to look into it and create a PR. Thank you for this amazing extension @gavvvr, I am really enjoying it 👍

Did you find a solution to this issue @paolobarbolini ?

No only numbers, capital and lowercase letters

> Hi 👋 > > Sorry for the long response time. Due to the Easter vacation, we have a slightly increased response time, but it should soon return to normal....

@pernielsentikaer The page to get duckduckgo email looks like this: The extension has no menu that can show a screenshot. When running command the only output is a toast message...

@pernielsentikaer I have added error handling now. An HUD message is shown if the token is invalid or similar

> This example does have one problem in it, but I doubt it might be causing this. > > Sentry is incompatible with `#[tokio::main]` in the sense that tokio starts...

Ait thank you, I am going to try it and get back to you

This does not work for me, is this how you meant it should look? ```rust fn set_up_tracing() { let tracing_layer = tracing_subscriber::fmt::layer().with_filter(filter::filter_fn(|metadata| { vec![Level::INFO, Level::ERROR, Level::WARN].contains(metadata.level()) })); let sentry_layer =...