Young-Flash

Results 14 issues of Young-Flash

How can I do if I want to do somethings when download state changes (downloading-> completed, downloading -> stop), to put it another way, how can I get notification when...

Thanks for the great project. Does it support listen on a unxi domain socket (AF_LOCAL / AF_UNIX) support for websocket server ?

First step to add unix domain socket support for uWebSockets. According to our [previous discussion](https://github.com/uNetworking/uWebSockets/discussions/1438#discussioncomment-2570789), this PR add unix sockets supports both server(listen) and client(connect) side, it also compiles successfully...

This PR enable preview assoc items when hover on `trait` ![image](https://github.com/rust-lang/rust-analyzer/assets/71162630/d9c3949c-33cf-4a32-aa97-3af46b28033a) inspired by https://github.com/rust-lang/rust-analyzer/pull/15847

S-waiting-on-author

# Change * server side: add `specified_diagnostic_code` field into AssistConfig, which use to filter out unreleated fixes to the diagnostic. add `handle_code_action_for_specified_diagnostic` based on the implementation of `handle_code_action`, which use...

S-waiting-on-review

# Explain This is one of my favorite IntelliJ detailed feature. When the user is on a line with only characters for indentation (spaces or tabs) , pressing the Backspace...

S-waiting-on-review

Hi, thanks for the great work for reqwest. We use reqwest in [Apache OpenDAL](https://github.com/apache/incubator-opendal). OpenDAL is building its wasm target support recently, there occurs an issue related to `no_gzip` &...

### Check for duplicates - [X] Checked ### Service Name MoonBit ### Service name in Japanese MoonBit ### Comment the logo is: ![image](https://github.com/SAWARATSUKI/ServiceLogos/assets/71162630/dc868947-80b8-4712-88ea-ea57bdbf6996) refer to https://www.moonbitlang.com/

enhancement
request

Thanks for the great project. I am using rustc 1.77.2, when I run `cargo test`, it warnning: ```txt warning: creating a mutable reference to mutable static is discouraged --> src/trace.rs:104:15...

Thanks for th great project There is a issue which similar to https://github.com/zesterer/ariadne/issues/54 `Config::default().with_color(false)` don't work for `1` ```rust let mut report_builder = ariadne::Report::build(kind, source_file_path, self.location.start.offset as usize) .with_code(self.error_code) .with_message(&self.message)...