monorepo
Here are 1,551 public repositories matching this topic...
-
Updated
Dec 24, 2021 - TypeScript
-
Updated
Dec 25, 2021 - TypeScript
mapbox-gl-js version:2.6.1
browser:Chrome
Steps to Trigger Behavior
1.create LngLatBounds as bounds
2 .use map.fitBounds and pass the center option to it
Link to Demonstration
check out this link for more info:
https://jsbin.com/zodotod/edit?html,output
Expected Behavior
The bounds should be in the view and the center of the map should be the `cen
-
Updated
Dec 23, 2021 - TypeScript
When a contact is already added, open the contact profile or the existing conversation
The error check is done here: https://github.com/berty/berty/blob/097eb0229f22e2abce3addd750c8dce98e92845f/js/packages/components/modals/InvalidScan.tsx#L126
We shouldn't show the invalid scan modal but navigate instead
Describe the feature you'd like to request
Nextra's default search isn't very good and people are only able to sort by title. We should implement Algolia Docsearch
Describe the solution you'd like
- I've already submitted an application to the doc search program, so hopefully we get out index and key soon
- Update current search component to use algolia's doc search library. It
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
Dec 25, 2021 - TypeScript
-
Updated
Dec 22, 2021
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
-
Updated
Nov 7, 2021 - TypeScript
Let's add MinVer and on successful builds generate a release.
-
Updated
Dec 22, 2021 - TypeScript
Add CodeStyle
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Dec 23, 2021 - Go
For example, if you set skip_tests=True then run on a python_test target:
./pants test src/python/pants/util/strutil_test.py
17:00:12.68 [WARN] No applicable files or targets matched. The `test` goal works with these target types:
* go_package
* junit_test
* python_test
* shunit2_test
However, you only specified files with these target types:
* python_test
P
-
Updated
Nov 18, 2021 - Python
-
Updated
Dec 1, 2017 - TypeScript
Adding the new debugging capabilities (see title) within the devp2p packages along #1449 had the side effect of producing redundant messages on certain DEBUG logger combinations, mostly visible if the plain devp2p:* logger is used, see e.g.:
This is distracting and reduces ove
-
Updated
Jun 28, 2021 - Go
-
Updated
Dec 25, 2021 - TypeScript
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
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Component
The Dot browser uninstaller on Wind
-
Updated
Dec 24, 2021 - TypeScript
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