monorepo
Here are 1,484 public repositories matching this topic...
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Nov 24, 2021 - TypeScript
[accessibility] Make the map container a distinct semantic structure that entails all its components
When visual users look at a map they can easily tell that the controls, attribution, and other (potentially custom) UI components that are placed on the map belong to it. AT users rely on HTML semantics, DOM structure, and ARIA to convey these things and their relationships.
Currently, the tabindex="0", aria-label="Map" and role="region" (which to
-
Updated
Nov 14, 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
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
Sep 28, 2021
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Nov 7, 2021 - TypeScript
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
Let's add MinVer and on successful builds generate a release.
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Sep 18, 2021 - JavaScript
Add CodeStyle
-
Updated
Nov 24, 2021 - Go
Thanks to using PyO3 (pantsbuild/pants#13526), error handling is now much more ergonomic. Notably, we no longer need to hold the GIL to create a PyErr.
It'd be great to chip away at how much we call .unwrap() in our code, which should make our code more reliable. Instead, probably the only place unwrapping should happen is in our #[pyfunction] and #[pymethods], i
-
Updated
Nov 18, 2021 - Python
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Jun 28, 2021 - Go
Would be really nice to get native BSC support :)
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
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
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Nov 21, 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