Igor Rosocha
Igor Rosocha
I have been trying to parse a GeoJSON, which has a multidimensional array `coordinates`, example: ```json { "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [...
### What are you trying to achieve? This may be a very specific issue, but some of the users of our iOS app complain that after they have app in...
### Description We are currently taking leverage of [Tuist dependencies](https://docs.tuist.io/manifests/dependencies/) to handle dependencies in our modular app. Until the release of version 0.41.0, everything worked fine, since then we're unable...