elenasch
elenasch
Thank you! That worked. The issue was that I changed the location of `dom` and didn't add the `e.SetFieldIndex("p", constant.DomainIndex, 0) ` call as specified in docs. One I updated...
Similar issue happens with `--to`. I can see how `--only` is not always safe, but `-to` should be, and installing only a subset of deps would really help reduce the...
It looks like it is there. Are there any other settings that look out of place ? ``` Invoking package manager: /.rush/node-v20.10.0/pnpm-8.13.1/node_modules/pnpm/bin/pnpm.cjs install --store /common/temp/pnpm-store --config.cacheDir= /common/temp/pnpm-store --config.stateDir= /common/temp/pnpm-store --no-prefer-frozen-lockfile...
@dmichon-msft I ran just the raw `pnpm` command I posted above, and it did the right thing with only installing the one project in filter (took about 5.5s) , then...
What is the status of this feature? My team is also very interested in using it
One more +1 here. Would love to get the original UI back The new format takes up way too much space, and it's making it harder to digest what errors...
One use case is the ability to correlate logs with their services (micro frontends). If a browser client gets initialized only once, only the first micro frontend will initialize it...
Wouldn't both of these drawbacks be the responsibility of the developers to keep in mind and be aware of, not the library sdk? - the multiple versions --> yes, in...