Skip to content
#

monorepo

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

gsoltis
gsoltis commented Apr 25, 2022

What version of Turborepo are you using?

1.2.5

What package manager are you using / does the bug impact?

npm, pnpm, Yarn v1, Yarn v2/v3 (node_modules linker only)

What operating system are you using?

Mac

Describe the Bug

turbo run build will hang if a package declares a dependency on itself in its package.json file.

Expected Behavior

turbo should display an error

good first issue
berty
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

iOS macOS offline good first issue
ukrexpo
ukrexpo commented May 10, 2020

Real User-Agent is detectable with <iframe> when using "puppeteer-extra-plugin-stealth". To prevent it use "'--disable-features=site-per-process'" argument for puppeteer.launch(). See explanation: puppeteer/puppeteer#2548

Real screen size is also detectable with iframe, to prevent it I used preload() script.

OS: Windows 10
"puppeteer": 3.0.4
"puppeteer-extra": 3.1

good first issue plugin: stealth ㊙️ workaround-available
tdyas
tdyas commented Apr 15, 2022

A user reported that include 'foo.thrift' from the same directory resulted in the file not being found. Thrift include statements include relative to the current directory first and then search include paths set by -I options. Pants dependency inference currently only infers a dependency for includes relative to a source root.

Pants should infer a dependency for same directory includes as

ethereumjs-monorepo
react-native-web-monorepo
WookieFPV
WookieFPV commented Feb 15, 2021

I tried to create an iOS release build.

Steps to reproduce:

  1. install pods
  2. open Xcode Workspace
  3. edit schema to release
  4. start build

Looks like the bundler doesn't know the "ios" platform => no bundle creation.
"error Invalid platform "ios" selected"

+ node /Users/userName/RN-mono/node_modules/react-native/cli.js bundle --entry-file index.js --platform ios --dev fals
help wanted good first issue

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