monorepo
Here are 1,135 public repositories matching this topic...
mapbox-gl-js version: 2.1.1
browser: chrome
Steps to Trigger Behavior
- set clusterRadius by 0
- have some points next to each others
Link to Demonstration
https://jsbin.com/bawahotome/edit?html,output
https://jsbin.com/bawahotome/1/edit?html,output
Expected Behavior
- cluster only points with same coordiantes,
- radius is smaller than clusterRadiu
-
Updated
Mar 6, 2021 - TypeScript
-
Updated
Mar 6, 2021 - TypeScript
In Settings : 'Add a new side account' button
Step #2 in Side account creation
(a very light & quick version of onboarding, with only nickname step)
 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
Mar 1, 2021 - TypeScript
-
Updated
Mar 5, 2021
Let's add MinVer and on successful builds generate a release.
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
Add CodeStyle
-
Updated
Mar 5, 2021 - Python
-
Updated
Mar 6, 2021 - Go
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.
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Feb 3, 2021 - Go
The check block in the peer-communication.ts example should be updated to the latest fork.
The following PR can be used for guidance ethereumjs/ethereumjs-devp2p#54 (this is missing the header RLP though).
I tried to create an iOS release build.
Steps to reproduce:
- install pods
- open Xcode Workspace
- edit schema to release
- 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
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
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?
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.
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Mar 3, 2021 - 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