Maxim Krouk
Maxim Krouk
Here is a simple example of package file for objc packages: ```plaintext MyObjcLib ├–Package.swift └–Sources └–MyObjcLib ├–include | └–[public header files {.h}] └–[source files & folders {.m, etc.}] ``` ```swift...
> I am also stucked here. But my file is of type .m3u8 not mp4 > > I use something like this https://gist.github.com/maximkrouk/1b46995ce06bfc9a5632967d54c5c3ea (Almost the same as this https://github.com/StyleShare/HLSCachingReverseProxyServer, but...
Also I'm looking for how to implement `Array.diff(from:by:)` method
Hi, I also wondered if there has been any progress made on this? I'd like to implement [ComposableArchitecture](https://github.com/MakeupStudio/opencombine-composable-architecture) using OpenCombine, but is probably impossible without merge publishers 🙂 Thanks :)
Btw it is implemented in CombineX, maybe this may help [Merge](https://github.com/cx-org/CombineX/blob/43037a7ae90e8aa022e478706b854d9a7cea5a70/Sources/CombineX/Publishers/B/Merge.swift) [MergeMany](https://github.com/cx-org/CombineX/blob/43037a7ae90e8aa022e478706b854d9a7cea5a70/Sources/CombineX/Publishers/B/Combined/Merge%2B.swift)
Any updates? 🙂
I implemented a prototype this evening, maybe I'll make a draft PR tomorrow after cleaning up the codebase (_or maybe @broadwaylamb may create a separate repo for the bridge if...
My implementation is more low-level and relies on Combine private API, so you can't be sure that it won't break, so depending on what does @broadwaylamb thinks about it it...
My implementation is more low-level and relies on Combine private API, so you can't be sure that it won't break, so depending on what does @broadwaylamb think about it, it...