monorepo
Here are 1,012 public repositories matching this topic...
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
- Create a bounded area with a list of coordinates
- Call
map.fitBounds(...)wi
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Nov 28, 2020 - TypeScript
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
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Nov 18, 2020
Let's add MinVer and on successful builds generate a release.
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Python
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
-
Updated
Dec 1, 2017 - TypeScript
Add CodeStyle
-
Updated
Nov 28, 2020 - Go
-
Updated
Jun 24, 2020 - Go
ESLint ignore rules
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/**/*.tsCurrently 25 occurrencies.
block/src/block.ts:1:/* eslint-disable no-dupe-class-members */
block/test/block.spec.ts:2Arrange the app's common assets neatly in the js/assets folder with sub-folders named by type:
- fonts
- audio (e.g notification sounds)
- images (e.g default avatar)
- etc...
And properly wire the different layers of the app (js/RN, iOS and Android) so that they can access them. For example: add a "Build Phase" in XCode that copies the sound files of the notifications to the IPA.
Note: An
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
-
Updated
Nov 27, 2020 - Java
package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository)
orgname/reponame is very common
I left a review and then got this message
which seems strange as it's telling me something I know.
There is an issue when adding new languages that I believe is related to react suspense. See i18next/react-i18next#977
Error:
Steps to reproduce:
- Add a new language to Locize.
- Make su
-
Updated
Nov 26, 2020 - Shell
Improve this page
Add a description, image, and links to the monorepo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the monorepo topic, visit your repo's landing page and select "manage topics."




Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea