-
**tl;dr** It discusses the need to change how we install packages in dev mode (i.e. cloned repos) and proposes creating a tool like [Lerna](https://github.com/lerna/lerna) but for multirepo.
## Pro…
-
Hi,
I have a quick question. I am using mkdocs to build a website for docs from multiple repo by collecting docs (using submodules) and then build them. I would like to know if I want to use this …
-
AFAIK `node_modules` can be in the package root dir or any parent directory. One case where this applies is using lerna for a multirepo + hoisted packages. Most packages are in /node_modules but packa…
-
Mac 10.15.4, iPad Mini iOS12.4.7
```
➜ apps git:(master) ✗ git clone https://github.com/triniwiz/nativescript-three.git
Cloning into 'nativescript-three'...
remote: Enumerating objects: 221, do…
-
Developer guide indicates that qos can be configured in the ini file.
For example, snippet of entry that may look like in the ini file below. There doesn't seem to be an API to read them from ini fil…
-
Right now we have [three possible values](https://origami.ft.com/spec/v1/manifest/#origamitype).
They are:
* `"module"`: A front-end component that follows the component specification
* `"imagese…
-
## current pkgr status
pkgr 0.5.0-beta has been used in production environments internally + externally without known issue for the last month or so. However, these environments generally have been…
-
### Bug Description
The issue is already described in https://github.com/zapier/zapier-platform-cli/issues/332
But basically, in my code I have
```
const DigestFetch = z.require(`digest-fe…
-
It needs to be decided how the core is handled in Crowdin, having either one project with all sys-exts in there or per extension one project.
## Mono-Repo
- Easier to setup & sync
## Multi-Re…
-
I'm creating this issue as advised by @nchanged
I'm trying to setup a project structure with Lerna:
* packages/components
* packages/adminapp (contains fuse.js, depends on components)
* packag…