Vytis
Vytis
I was looking through `Frameworks` folder in our app bundle and noticed that `Decodable` is one of the largest binaries. We use CocoaPods and data here is from an AdHoc...
## Need/problem There are quite a lot of types that are available as part of `ProjectDescription` module. It could be considered as Tuist's public API and we should have some...
It seems that after pull request https://github.com/matthewcheok/JSONCodable/pull/53 JSONCodable got functionality for encoding/decoding nested types (https://github.com/matthewcheok/JSONCodable/pull/53/commits/9782c0fc77679c92fcd5d9a8a082305db121e2d1). However the problem we are having is that our API JSON responses have some keys...
I have updated `rubocop-shopify` to `2.11.1` and fixing the layout with `bundle exec rubocop -A` produced some weird changes. The [code before](https://github.com/Shopify/services-db/blob/f4807a1d97f6d242c40a28e65641c72f82c545ed/app/controllers/api/apps_controller.rb#L23-L40): ```ruby def collection Service.not_deleted.includes( { vault_teams: [:github_team_vault_teams, :teams]...