Matej Drobnič

Results 338 comments of Matej Drobnič

Can we get this reopened? It still appears to be a problem in 1.22.0

What if we add `warnAboutMissingOptions: true` flag to the config? That way, whenever new rules are added, developer updating the plugin will get warned and can copy paste new rules...

What if we just pass all currently resolvable services to GlobalServices of the child backstack, when we create the child? From what I can see, services are immutable, so this...

Considering #274, would it also make sense to have `backstack.setParentBackstack(backstack, scope)`?

The way I see it working is: 1. Child performs `lookupService`/`lookupFromScope` normally 2. If service is not found, it starts looking into parent: a) If `setParentBackstack` was set with explicit...

This is how we do it at the moment: https://github.com/inovait/kotlinova/blob/611b9f9c2719e01583760b25df82e7d84d97bfc8/navigation/src/main/kotlin/si/inova/kotlinova/navigation/simplestack/ServiceInheritance.kt When nested backstack is created, [registerParentBackstack() is called on its global services](https://github.com/inovait/kotlinova/blob/611b9f9c2719e01583760b25df82e7d84d97bfc8/navigation/src/main/kotlin/si/inova/kotlinova/navigation/simplestack/InjectedBackstackFactory.kt#L69). Then we use above linked `lookupFromScopeWithParentFallback`to lookup services.

Can confirm, it solves my use case. Thanks! I'm not sure I understand the EXPLICIT issue though, so sorry, can't offer much insight.

Same issue here. When attempting to export https://blog.galowicz.de/2022/12/28/book-review-algorithms-to-live-by/ as an epub, export will fail with the `gd-webp cannot allocate temporary buffer` error. Running Wallabag 2.5.2, also via the official docker...

Thanks. This mostly works, but it seems that it generates duplicate letters on all windows (Konsole on the screenshot is native Wayland, Discord is XWayland). ![wmfocus](https://github.com/svenstaro/wmfocus/assets/507922/dc9dbe34-562f-4425-8cde-ae228d9d301e) Navigating to either letter...

Is there a workaround and/or upstream issue that we can follow? This issue makes using the plugin a deal breaker, since it does not do the one thing it's supposed...