Marcel Michelfelder

Results 28 comments of Marcel Michelfelder

tests all pass. no new tests have been added

Hi @LinusU do we have tests which check for your second point? I wouldn't know how to fix the problem without promises. Should we close that PR then?

Thanks for your reply. That might work for this particular scenario, but it is no solution you can apply to all problems

as a workaround [demo](https://stackblitz.com/edit/ng6-map-starter-gazkhj?file=src%2Fapp%2Fapp.component.ts)

Same Problem here: ### Dockerfiles Does not work: ```Dockerfile FROM node:14.7.0-alpine RUN echo "${ALPINE_MIRROR}/edge/main" >> /etc/apk/repositories RUN apk add --no-cache \ --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community" \ bash \ chromium \ curl ``` Works:...

Im using a `pnpm` monorepo and had a similiar problem which I could resolve by setting `baseUrl: "."` inside the package `tsconfig.json`

Having the same problem as @gnohj with * pnpm version: 7.5.2 (and 7.12.2) * node 18.4.0 I noticed that when I disable `public-hoist-pattern` that he chooses other packages where he...

@noelzubin is there anything holding that PR back? Because the current master breaks things