monorepo
Here are 905 public repositories matching this topic...
popup addClassName invalid
mapbox-gl-js version:1.10.0
browser: chrome v81.0.4044.122
Steps to Trigger Behavior
Expected Behavior
No classname I added when checking DOM elements
Actual Behavior
When checking the DOM element, I added the classname, and the style changed
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 7, 2020 - 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
Aug 27, 2020 - TypeScript
-
Updated
Sep 1, 2020
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
The above warning occurs during the build phase.
-
Updated
Sep 3, 2020 - Python
-
Updated
Dec 1, 2017 - TypeScript
specifically, 'PANTSD_REQUEST_TIMEOUT_LIMIT' (and more such environment variables, after merging #7913):
written:
https://github.com/pantsbuild/pants/blob/3898855f92700de10b35c2626e5df9893f6f9e54/src/python/pants/bin/remote_pants_runner.py#L139
read:
https://github.com/pantsbuild/pants/blob/3898855f92700de10b35c2626e5df9893f6f9e54/src/python/pants/pantsd/pailgun_server.py#L248
separatel
Add CodeStyle
-
Updated
Jun 24, 2020 - Go
-
Updated
Sep 6, 2020 - Go
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?
-
Updated
Jul 30, 2020 - Objective-C
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.
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config file-
Updated
Sep 1, 2020 - Shell
This package generates banners, used by our CLIs and also in some external repos :)
You can open new PRs against this file: https://github.com/berty/berty/blob/master/go/pkg/banner/quote.go
-
Updated
Sep 4, 2020 - TypeScript
http://err.sh/vercel/vercel/next-legacy-routes-optimized-lambdas
Need to handle stuff related to robots from next.config.js instead of now.json file to avoid opting out from optimized lambdas on Vercel.
Probably doesn't affect SSG.
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