Skip to content
#

monorepo

Here are 1,084 public repositories matching this topic...

1ec5
1ec5 commented Mar 22, 2018

MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount() function added in #9906.

This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica

berty
Eric-Arellano
Eric-Arellano commented Jan 20, 2020

We're moving in the direction of Pants no longer registering all of its plugins by default and instead requiring users to opt-in. For example, you must explicitly opt in to pants.backend.python.lint.isort in V2, whereas V1 has pants.backend.python activated by default.

However, there is no good way to discover the possible backends outside of looking at the source code for this project.

ethereumjs-monorepo
react-native-web-monorepo
a93h
a93h commented Jan 12, 2021
git clone https://github.com/brunolemos/react-native-web-monorepo.git
cd react-native-web-monorepo
yarn
yarn workspace web-nextjs build
Failed to compile.

../components\src\App.tsx:3:3
Type error: Module '"react-native"' has no exported member 'SafeAreaView'.

  1 | import React from 'react'
  2 | import {
> 3 |   SafeAreaView,
    |   ^
  4 |   ScrollView,
  5 | 

Improve this page

Add a description, image, and links to the monorepo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the monorepo topic, visit your repo's landing page and select "manage topics."

Learn more