nozwock

Results 15 issues of nozwock

Addresses #252 - Removes use of `drain_filter` unstable feature ### Cons - Memory is not reused.

Is this intended? Converting UTF16 files to UTF8 to do a diff would be a little cumbersome...

I'm aware of `xdg-open` and `termux-open` for opening files in their respective default applications, but how could I go on about opening some directory in the default file manager?

``` ERROR: /etc/thinkfan.yaml:56: - chip: thinkpad-isa-0000 ^ Invalid sensor entry. ``` Using the [sample yaml config](https://github.com/vmatare/thinkfan/blob/8a844b96cf7b3aaa87a85d317615851faba69284/examples/thinkfan.yaml). Installed `aur/thinkfan 1.3.1-1`

enhancement

``` The priorities of different config files are: 1. `/path/to/application/dir/MangoHud.conf` ... ``` The first configuration priority `/path/to/application/dir/MangoHud.conf`, has limitations when running non-native apps using wine, mangohud looks for the configuration...

I don't understand why you'd restrict them in a combobox with a limited number of options. I'd like to be able to select values according to my specific requirements, including...

Type: Enhancement

Can't reproduce, seems to happen randomly. `NotificationService.get()` is returning `null` sometimes? https://github.com/termux/termux-api/blob/4159c62dd6cd9a8793465def769686fc7ac99fe2/app/src/main/java/com/termux/api/apis/NotificationListAPI.java#L36-L37 ## Error ``` Error in ResultReturner: java.lang.NullPointerException: Attempt to invoke virtual method 'android.service.notification.StatusBarNotification[] com.termux.api.apis.NotificationListAPI$NotificationService.getActiveNotifications()' on a null object...

> Copy pasted from #23 - When the main thread exits **during loading**, running child threads abort instead of unwinding, which prevents the `Drop` from being called for `tempfile::TempDir` instances....

bug
help wanted

Setting `zoom_factor` in `update()` prevents users from using the built-in zoom in/out functionality of `egui`, as the changes are overridden every frame. This is fixed by setting the `zoom_factor` only...