monorepo
Here are 1,242 public repositories matching this topic...
-
Updated
Jun 15, 2021 - TypeScript
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
Jun 14, 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
Jun 4, 2021 - TypeScript
-
Updated
May 23, 2021
Let's add MinVer and on successful builds generate a release.
-
Updated
Jun 15, 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
-
Updated
Jun 8, 2021 - JavaScript
Add CodeStyle
-
Updated
Jun 14, 2021 - Go
-
Updated
Jun 7, 2021 - Python
Right now it fails in all sorts of subtle ways relating to failures to resolve requirements and picking weird interpreters (e.g., due to the issue explained in pantsbuild/pex#957).
It hypothetically possible to build lambdas on MacOS if all transitive requirements have prebuilt linux wheels, but that is too narrow a case to support, and it's subtle and tricky to get ri
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
May 12, 2021 - Go
The published package in NPM only contains the /dist/* files but when debugging with i.e. the Chrome DevTools and stepping into the library, an error is thrown because the original /src/*.ts files cannot be found and therefore the sourcemaps can't be used to display the proper source lines being executed.
Please update the NPM package to also include the /src directory.
Other packages
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
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
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
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