The Wayback Machine - https://web.archive.org/web/20201126092826/https://github.com/topics/monorepo
Skip to content
#

monorepo

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

blahblahblah-
blahblahblah- commented Nov 1, 2020

When map.fitBounds(...) is called with a bearing option passed in, it seems like the bearing is not taken into the account on calculating the appropriate zoom, resulting in part of the bounded area to not be in view.

mapbox-gl-js version: 1.12.0

browser: Chrome

Steps to Trigger Behavior

  1. Create a bounded area with a list of coordinates
  2. Call map.fitBounds(...) wi
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

LiuVII
LiuVII commented Apr 3, 2019

We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like

  deploy_jar_rules=jar_rules(rules=[
    Duplicate('^BUILD', Duplicate.SKIP),
    Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
    Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
    Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
ethereumjs-vm
evertonfraga
evertonfraga commented Nov 10, 2020

I have collected all of our ESLint ignore rules added from the previous codebases, the migration to ethereumjs-config v2 and other specific events.

To inspect all eslint-disable throughout the code:

grep -REosin "eslint(-\w+)+" ./packages/**/*.ts

Currently 25 occurrencies.

block/src/block.ts:1:/* eslint-disable no-dupe-class-members */
block/test/block.spec.ts:2
berty

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

You can’t perform that action at this time.