wiiznokes

Results 39 comments of wiiznokes

I tried to identify the issue: title = New note filename option != Title filename = New note filename option == Title when metadata and title all works when no...

I don't see it on the RFC so I thought i will ask but does ```toml [bin.dependencies.myproject_cli] clap = "*" ``` and ```toml [bin.dependencies.myproject_cli.clap] version = "*" ``` would work...

> I summarized all the above mentioned concerns with the proposal below: > - If you have more than one target that wants to use the same dependency, it is...

work around, while not being perfect (only working on debug target): ```rust #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] ```

I only use this so that no console pops when launching my program (i'm doing a graphical interface). AFIK, it's the only ways to have this behavior on Windows, so...

> We want to avoid generating all the possible appearances unnecessarily during view. Forgive me but i don't understand why my rfc imply that ```rust pub struct ButtonColors { pub...

``` avril 14 03:24:45 fedasus cosmic-panel[262464]: com.wiiznokes.CosmicClipboardManager: [2024-04-14T01:24:45Z INFO cosmic_clipboard_manager::app] will create Id(1) avril 14 03:24:45 fedasus cosmic-panel[262464]: com.wiiznokes.CosmicClipboardManager: [src/app.rs:322:9] &_id = Id( avril 14 03:24:45 fedasus cosmic-panel[262464]: com.wiiznokes.CosmicClipboardManager: 1,...