Sakhabaev Egor

Results 17 issues of Sakhabaev Egor

**Describe the bug** In app where we use SwiftEntryKit fabric shows that SwiftEntryKit crashed sometimes(not often) over several versions. We can't reproduce this crash, but maybe you will somehow. Here...

**Describe the bug** There is an issue in SwiftEntryKit with animated updating frame of alert. For example if my attribute has ` attributes.positionConstraints.size = .init(width: .fill, height: .intrinsic)` and then...

enhancement

Hello! There is an issue with show/hide loader when less than 0.5 seconds have passed with the showLoader() call. Because you add indicator after 0.5 second in showLoader() method: ```...

bug

Hello. There is an issue with cache frameworks with commands: ``` tuist fetch tuist cache warm --xcframeworks tuist generate --xcframeworks ``` If there is framework with resources, tuist creates Bundle...

domain:cache

## Describe the bug and the expected behavior Hello! Trying to integrate GoogleSignIn with Dependencies.swift and getting these errors: If change to spm packages - all is fine. Tried to...

Hello! I've noticed that cells in the same type of providers which are combined in ComposedProvider are not reusing. So, for example, there is Provider with RowLayout and there are...

Hello, @lkzhao ! I've noticed that if ComposedHeaderProvider (isSticky == true) has another ComposedHeaderProvider (isSticky == true) then header in the second headerProvider has collection top anchor as stop collision...

@lkzhao Hello! I have ComposedProvider with 3 providers(1 provider = 1 cells) with RowLayout have size == view.frame.width. I have only 3 cells and want they be displayed always, so...

@lkzhao Hello! Could you please distribute files into folders in the release for cocoapods? Because, for example, I want to make ViewSource, but I don't know how exactly can i...

Hello! Let's imagine we have ComposedProvider: ` collectionView.provider = ComposedProvider(sections: [firstProvider, secondProvider]) ` The issue is when we've updated dataSource in firstProvider, like: `firstProviderDataSource.data = [newData]` viewUpdater and sizeSource are...