Young-Flash
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`  inspired by https://github.com/rust-lang/rust-analyzer/pull/15847
# 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...
# 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...
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:  refer to https://www.moonbitlang.com/
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)...