FreePhoenix888

Results 51 issues of FreePhoenix888

I have set windows 11 power settings this way: Sleep after 30 minutes of inactivity. I expected SteamShutdown to disable right after steam download is finished, but on the morning...

Reason: https://github.com/capacitor-community/electron/issues/269

Conan center shows you only this command to install imgui: ``` [requires] imgui/cci.20230105+1.89.2.docking ``` And this command to find and link it to your app in cmake: ``` # ......

Add info to documentation about required RECORD_AUDIO permission

Upgrade documentation about NSMicrophoneUsageDescription See how official capcitor documentation tell about this

https://docs.rs/octocrab/latest/octocrab/repos/struct.RepoHandler.html#implementations There are `create_file` and `update_file` but no `delete_file` [Delete file github API documentation](https://docs.rs/octocrab/latest/octocrab/repos/struct.RepoHandler.html#implementations)

enhancement
help wanted

We can use number of captured group: ``` npx replace '(.+)' "\$1" test.txt ``` But we are not able to use named capture group: ``` npx replace '(?.+)' "\$name" test.txt...