Alexander Drozdoff

Results 53 comments of Alexander Drozdoff

I would appreciate moonlight just not changing my mouse settings every time.

@SalvatoryMalamar just add a "set host mouse settings" checkbox and then user's responsible for resetting them back. User can then also just set moonlight mouse settings to whatever he has...

https://github.com/CesiumGS/cesium-unreal/pull/898

When i forked cesium-native to make pull requests, i had to manually change the path to cesium-native submodule. I suppose alternatively i could fork it too, but then i'd have...

Well no wonder, https://github.com/BestImageViewer/geeqie/commit/f08cdc035951b55335a6088f805f2068fffb8446 contains ``` case FILEDATA_CHANGE_DELETE: - while (dupe_item_remove_by_path(dw, fd->path)); + /* Update the UI only once, after the operation finishes */ ``` How is ui supposed to...

My solution because callback code is impenetrable. If ```dupe_item_remove``` is indeed the thing that's called for dupe removal and not deletion this shouldn't even be slow. ``` --- a/src/dupe.c 2022-04-12...

you can also add ``` --- a/src/dupe.c 2022-04-12 03:36:50.000000000 +1200 +++ b/src/dupe.c 2022-05-07 02:24:19.136982399 +1200 @@ -2745,7 +2745,9 @@ di = dupe_item_find_path(dw, path); if (!di) return FALSE; + dw->color_frozen =...

i still just do ``` --- a/src/thumb_standard.c 2018-03-07 13:33:53.000000000 +0300 +++ a/src/thumb_standard.c 2018-03-13 19:38:15.174878706 +0300 @@ -52,7 +52,7 @@ #define THUMB_SIZE_NORMAL 128 -#define THUMB_SIZE_LARGE 256 +#define THUMB_SIZE_LARGE 128 #define THUMB_MARKER_URI...

@caclark i won't be able to provide specific debug info for this, because this was a one off. dedup worked fine for me with 100k images in each pane, until...