Alex little
Alex little
You should use AVMutableVideoComposition for creating editable videos like this I believe, you will get a lot of control of when the music will start and end, volume and more....
Hey @fortmarek, I didn't see your reply to this until now! The reason why it's important for us to do it with the target is that we have some external...
We're just using tuist with release configuration for local builds and some QA builds internally, all official releases use no caching. So this is only affecting local development, we generally...
Great thanks! It's also worth noting because of this issue, the SwiftUI property wrapper `@ObservedSectionedResults` can block the main thread for a long time and cause the app to hang
https://github.com/realm/realm-core/issues/5912 Looks like it's the related to this issue reported here. Has the realm-swift been updated with that fix from core?
Just following up on this with more information, we've discovered this only happens with `.storeAll`. If we use the `.storeOriginalData` option instead then this issue goes away.
Hey @kean, Of course, our pipeline is setup like this: ```swift let pipeline = ImagePipeline { let dataLoader: DataLoader = { let config = URLSessionConfiguration.default config.urlCache = nil return DataLoader(configuration:...
> The high memory usage is not the indication that the app will be terminated by the system. Yeah, we're aware we have a much higher ceiling to go to...
Where is best to send you the project as we'd prefer not to upload it publicly as it's for the company I work for.
We created an example app without any closed source just now that demonstrates the issue. Feel free to use it to help debug. [nuke-test.zip](https://github.com/kean/Nuke/files/15026415/nuke-test.zip)