Charles Lechasseur
Charles Lechasseur
Add keyboard shortcuts to call commands directly. Original issue: https://pathcopycopy.codeplex.com/workitem/10951
@littlegolden provided a PR to integrate Chinese language support.
Let commands specify multiple paths. Allow the user to choose one via another submenu. Implement this in UNC-based commands to publish multiple UNC paths when they exist. Original issue: https://pathcopycopy.codeplex.com/workitem/11366
Add a command to copy the true path of a DFS-redirected path. Original issue: https://pathcopycopy.codeplex.com/workitem/11420
`utoipa` derive macros as well as `#[utoipa::path]` use doc comments for OpenAPI description (and, in the case of `path`, also summary). For [`IntoResponses`](https://docs.rs/utoipa/4.1.0/utoipa/derive.IntoResponses.html) and [`ToResponse`](https://docs.rs/utoipa/4.1.0/utoipa/derive.ToResponse.html), it is possible to override...
**Is your feature request related to a problem? Please describe.** It's sometimes hard to find the Settings application window among many windows if it gets behind other windows. **Describe the...
**Is your feature request related to a problem? Please describe.** It's sometimes hard to locate the Settings application window among many windows when it's no longer in front. **Describe the...
**Describe the bug** OS: macOS Sonoma 14.2.1 Engine: llvm It looks like when using `tarpaulin` with Rust 1.75.0, there are erroneous missing line coverage in the report. **To Reproduce** Minimal...
In my code, I created a function to allow me to write a custom error handler for JSON data validation errors. It includes something like this: ```rust match error {...