Alex little
Alex little
Project will not build and produces the error: `No such module 'URLMatcher'` inside Navigator.swift Version 2.2.0 Swift 5.0
When initialising an Absolute TimePeriod we are seeing very slow performance. It is taking 90ms+ to initialise a time period. Also getting bad performance when trying to add or subtract...
I am planning to use this view to display messages as markdown in a UICollectionView cell that hosts a SwiftUI view. How would I be able to pre-calculate the required...
### How frequently does the bug occur? Sometimes ### Description We are using the Realm Sectioned api with a change set observer (combine) to drive a UICollectionView. We are getting...
### How frequently does the bug occur? All the time ### Description We have started using the new sectioned results API’s for loading data directly from realm into sorted sections....
### Summary When you pass enum to create test mocks, you get a JSON decoding error: ``` couldNotConvert(value: AnyHashable(ApolloAPI.GraphQLEnum.case(ProfileFriendStatus.none)), to: Swift.String) ``` ### Version 1.1.2 ### Steps to reproduce the...
We're seeing issues when fetching images for the first time and resizing them with LazyImageView, the memory usage continues to rise indefinitely. However we store those resized images on disk...
### What happened? When attempting to cache just the external dependencies for our app target, tuist built and cached all dependencies, including our internal targets as binaries. ### How do...
### What happened? When running `tuist test` in the CI, we get the expected output of skipping all our test targets, but the command continues after to fetch the binaries...
### What problem or need do you have? We are currently facing an issue where we would like to submit internal builds to testflight for rapid feedback on new features...