monorepo
Here are 1,890 public repositories matching this topic...
A tool for composable software development.
-
Updated
May 30, 2022 - TypeScript
Smart, Fast and Extensible Build System
-
Updated
May 30, 2022 - TypeScript
What version of Turborepo are you using?
1.2.11
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
In the past JSON5 support was added to turbo.json but adding // comment now breaks with:
error unmarshalling invalid character '/' looking for beginning of object key string
ERROR turbo.json: in
-
Updated
May 20, 2022 - 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
Monorepo for tools developed by the Rush Stack community
-
Updated
May 29, 2022 - 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
A curated list of awesome Monorepo tools, software and architectures.
-
Updated
Apr 29, 2022
-
Updated
May 28, 2022 - TypeScript
Monorepo hosting the proton web clients
-
Updated
May 30, 2022 - TypeScript
Let's add MinVer and on successful builds generate a release.
Add CodeStyle
High-performance extensible build system for reproducible multi-language builds.
-
Updated
May 29, 2022 - Go
Declarative state and side effects management for popular JavaScript frameworks
-
Updated
Sep 18, 2021 - JavaScript
Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
-
Updated
May 25, 2022 - Python
In devp2p at least in eth and les we always generate a debug string even if we are not in debug mode, e.g. here: https://github.com/ethereumjs/ethereumjs-monorepo/blob/8e1c3cf9c47bfc037182c275f46eef405ef70dca/packages/devp2p/src/protocol/eth.ts#L43
Guards should be added so we don't unnecessarily generate debug strings in case we are not in debug mode.
Free and Open Source Full Stack RAPID API DEVELOPMENT | CURRENTLY UNMAINTAINED - READ MORE HERE
-
Updated
Dec 1, 2017 - TypeScript
Split a repository to read-only standalone repositories
-
Updated
Jan 15, 2022 - Go
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
-
Updated
May 15, 2022 - TypeScript
Template for setting up a TypeScript monorepo
-
Updated
May 28, 2022 - TypeScript
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
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