German

Results 24 issues of German

Ruby Version: 2.4.1p111 Rails Version: 5.2.0 Having the following relations: ``` class User has_one user_preference has_one lifestyle end class UserPreference belongs_to :user has_many :goal_preferences, dependent: :destroy has_many :goals, through: :goal_preferences...

Why the layout is asking for a reusable view for kind `ARCollectionElementKindSectionStickyHeader` if I never registered it to my collection or implemented the `- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout referenceSizeForStickyHeaderInSection:(NSInteger)section;` method?

#### Description: * Migrate the existing network layer code to RSSwiftNetworking. --- #### Notes: * The new library still needs work, but it provides the same capabilities we previously had....

The current implementation of SessionManager can be an inspiration.

#### Description: * This PR is a POC for using cocoapod-keys plugin for secrets management. * Currently the keys are set from the Environment during the `pre` phase of pod...

#### Description: **Updates to the Fastfile and Github actions configuration files.** - The build lanes will now run the signing and test suite first. - The `setup_google_services` and `update_remote_google_services` lanes...

On hold

Swift 5.5 introduced a new concurrency framework with multiple tools and APIs. First we should evaluate the possibility to migrate the current project to the new APIs.

enhancement

Replace Demo Facebook integration with Apple Sign in.

Key APIs and DSLs should be documented properly. The recommendation is to use Apple docstrings. In the near future(Xcode 13 and later) we could be able to switch to [DocC](https://developer.apple.com/documentation/docc)

- Ideal: we should have translator comments in the Base language file, as all others should be generated by translators. - Better: Have an automatic way to generate Base.strings file...