Maxim Krouk
Maxim Krouk
Yep, the issue is not in the bridge, but in Combine&OpenCombine, you have to use Module prefix if both modules are imported, but afaik you won't have to use it...
> yes but it says to install bgmxpchelper but doesn't say how/where to I have the same issue 🥲
The package filters hidden directories by default and there is no way to enable hidden directories using public API
@VNadygin For now you can use `.package(url: "[email protected]/sergdort/CombineFeedback.git", .branch("master"))` Btw today I figured out, that there is no example with navigating back programmatically 😢 (And I don't know yet how...
I have migrated to the composable architecture btw 👽
Yep, I mean on the fly. Probably there is already a workaround: `app.queues.schedule()` can accept a builder, which can be stored in `app.storage` for example and probably can be used...
Well, keeping keys private feels reasonable. Keeping `README` simple feels reasonable, maybe it is worth reverting it and updating the example a bit. Currently, I'm thinking about improving my prev....
Fine 🙂. Also, +1 for the global environment should be pretty convenient feature for UIKit I guess it might be easily implemented using my second PR, each root environment could...
I'm not sure that it's really crucial, but I liked the option to override dependencies in the ComposableEnvrionment, afaiu it's not possible in GlobalEnvrionment due to direct access to `Dependencies.global`,...