Enyium

Results 92 issues of Enyium

### Suggestion OpenSearch description format: https://developer.mozilla.org/en-US/docs/Web/OpenSearch By adding an XML file to your HTML and server, people will be offered to add a search function in their browsers that searches...

question

If the argument after `--rewrite-contributors` starts with a colon, which can't happen for file paths on Windows, please take the text after the colon as the contributer file's contents. Instead...

In my abstracting write-function, I prevent having to unnecessarily clone the byte array this way: ```rust pub fn write_reg_bin_value( reg_value_path: &RegValuePath, bytes: &Vec, ) -> Result { let key =...

I use the settings ``` "activation_key": "ctrl+win", "recording_mode": "hold_to_record", ``` Unfortunately, this sometimes (too often) causes Windows to perform actions before Whisper Writer starts to auto-type: - like opening the...

Only after much irritation, I understood that using `#![cfg(target_os = "windows")]` is responsible for my crates https://docs.rs/win-beep/latest/win_beep/ and https://docs.rs/vcvars/latest/vcvars/ showing empty documentation. How must it be for a potential user...

E-medium
A-builds

Hi, in your [todo list](https://github.com/smudge/nightlight/blob/master/README.md#todo) and in [this issue](https://github.com/smudge/nightlight/pull/13), you said that you wanted to implement support for Windows Night Light. I just wanted to say that I now already...

You already have the helper [`wmi::query::quote_and_escape_wql_str()`](https://docs.rs/wmi/latest/wmi/query/fn.quote_and_escape_wql_str.html). This is about adding another helper, specifically to transform a registry path like `HKEY_CURRENT_USER\SOFTWARE\Foo\Bar` into `HKEY_USERS\\SOFTWARE\Foo\Bar`. This is necessary to make the WMI query...

My GUI app uses its own JSON config file to keep track of whether an update check should be performed. According to my understanding of the following code snippet, calling...

I looked at your [docs.rs documentation](https://docs.rs/update-informer) and thought you only implemented the crates.io registry, even though the docs talk about GitHub. But the doc.rs documentation is just not built with...

Widgets like `LineEdit` and `SpinBox` should select all of their text when they receive focus via keyboard. At least on Windows, this is common behavior. In a shortcut (.lnk file)...

a:widgets