monorepo
Here are 922 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 16, 2020 - TypeScript
Extensible Dev Tools for Monorepos
-
Updated
Sep 17, 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
Sep 15, 2020 - TypeScript
A curated list of awesome Monorepo tools, software and architectures.
-
Updated
Sep 7, 2020
Monorepo for tools developed by the Rush Stack community
-
Updated
Sep 17, 2020 - TypeScript
Declarative state and side effects management for popular JavaScript frameworks
-
Updated
Sep 4, 2020 - JavaScript
The above warning occurs during the build phase.
Blade is a powerful build system from Tencent, support many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
-
Updated
Sep 3, 2020 - Python
Free and Open Source Full Stack RAPID API DEVELOPMENT | CURRENTLY UNMAINTAINED - READ MORE HERE
-
Updated
Dec 1, 2017 - TypeScript
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like
deploy_jar_rules=jar_rules(rules=[
Duplicate('^BUILD', Duplicate.SKIP),
Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
Add CodeStyle
Split a repository to read-only standalone repositories
-
Updated
Jun 24, 2020 - Go
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Sep 17, 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?
Code sharing between iOS, Android & Web using monorepo
-
Updated
Sep 7, 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[READ-ONLY] Tools for building and splitting monolithic repository from existing packages (with their history unchanged)
-
Updated
Sep 14, 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
Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest
-
Updated
Sep 7, 2020 - TypeScript
CSSType
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