Colum Ferry

Results 173 comments of Colum Ferry

So we did investigations around this, and we created forked processes to spin up individual servers for each remote. the result was that RAM usage increases as number of remotes...

Ok I understand more clearly what you’re doing now. This seems like a neat solution. Let us evaluate it.

Reopening this until we explore the option of multiple express servers in a single process further

Hey! Thanks for raising this. It looks like a missing feature parity issue with our Inferred Plugin approach and Executor approach. I do not have a workaround right now for...

Hey. You do not need `ngcc`. The docs should be updated to reflect that. You also **must** use `@nx/angular:webpack-browser` for `build` and `@nx/angular:dev-server` for `serve`. You **must** set `buildLibsFromSource: false`...

You could take advantage of `secondary-entry-points` to help achieve what you're looking for. It would result in a single library still, but it would be split into multiple nested "entries"....

After further investigation, this is being caused by using `"my-base": "file:dist/libs/my-base",` There may be an issue in our project graph creation where it is not considering `file:` protocol correctly.

Hey :) Could you provide a reproduction repo that shows this error so I can investigate further? Thank you!

Hey :) Can you try remove `code/` from your path and see if that helps?

Hey :) Did you delete your reproduction repo? I tried to access it there and it's returning a 404 error. If not, could you create it again so I can...