Patrick Gaskin
Patrick Gaskin
It would probably be a better idea to make another mod based on NM to emit custom events when functions are called.
@shermp, I think there are more accurate ways of detecting when syncs are finished. IIRC, for the import ones, you should be able to hook the PlugManager functions, and check...
Yes, that's right. Note that one of those just does the Qt metacall to the other (IIRC, doneProcessing is the real one). > It's surprising how much info one can...
> While currently using NickelMenu to experiment, a better solution would probably be to separate it into it's own shared library, although I'd probably wait for when/if you decide to...
> That made me double-check NM's doc re: chain: it reads like a chain can only chain a menu_item, while it can actually cascade into another chain, as the toggle...
A strace of wpa_supplicant might be helpful.
> That's the main difference I saw in the wpa_supplicant log. At the same point, yours just started giving Mar 17 19:03:20 wpa_supplicant[4555]: EAPOL: EAP Session-Id not available That error...
**From https://github.com/shermp/Kobo-UNCaGED/pull/9#pullrequestreview-239750172 regarding my findings about image size in the firmware:** | Type | Size | | --- | --- | | N3_LIBRARY_GRID | 149x223 | | N3_LIBRARY_LIST | 60x90...
**From https://github.com/shermp/Kobo-UNCaGED/issues/3#issuecomment-493825841:** Here are the results of the image resize library [benchmark](https://gist.github.com/geek1011/433da6708531ec700d74d2deb6f47add): ```` goos: linux goarch: amd64 pkg: imgbench BenchmarkImagingLanczos-4 500 3932481 ns/op BenchmarkImagingNearestNeighbor-4 5000 215358 ns/op BenchmarkImagingCatmullRom-4 500 2911818...
Do you want to generate each image from the previous one?