monorepo
Here are 1,064 public repositories matching this topic...
This issue / feature request was originally posted by @AndrejGajdos
mapbox-gl-js version: 1.10.1
Question
Mapbox GL provides option
scrollZoomto enable/disable zooming on scroll and pinch-to-zoom events. Is it possible to allow zooming on pinch-to-zoom and disable scrolling on scroll event?Links to related documentation
-
Updated
Jan 24, 2021 - TypeScript
-
Updated
Jan 22, 2021 - 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
Jan 23, 2021 - TypeScript
-
Updated
Jan 15, 2021
Let's add MinVer and on successful builds generate a release.
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Jan 24, 2021 - Python
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.
Add CodeStyle
-
Updated
Jan 23, 2021 - Go
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Jun 24, 2020 - 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).
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)

orgname/reponame is very common
Is your feature request related to a problem? Please describe.
Optimize the heavy deploy-vercel-staging/production.yml workflows by running them only when related files have been changed.
Describe the solution you'd like
Ignore run when:
- A Story has been changed (affects Storybook, not the Next.js app)
- A change in
.storybookis made - Another workflow is changed
- .env, .g
I left a review and then got this message
which seems strange as it's telling me something I know.
-
Updated
Dec 21, 2020 - JavaScript
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