Victor Vlasenko
Victor Vlasenko
Another way of making Angular 9 work with Yarn 2.0 is to use `nodeLinker: node-modules` in `/.yarnrc.yml`, this will use `node_modules` scheme for installation. Yarn team is investing into `node_modules`...
The title of this issue is misleading, it should rather be `Yarn PnP Support Status` or `Yarn 2+ PnP Support Status`, because Yarn 2+ with `node_modules` (`nodeLinker: node-modules` in `.yarnrc.yml`)...
@petebacondarwin > So ngcc will run whatever your project setup, since it needs to check for ViewEngine packages. But if there are none there it should effectively be a noop....
@theWeird Have you tried to run jest with `--runInBand` option?
@theWeird I don't think they belong to `testing` module, they rather belong to authentication module I think. It would be great if you could make them helpers and export from...
@zirho I think to fix this issue we should use `val-loader`: https://github.com/webpack-contrib/val-loader
@verdverm I'm not sure why the ticket named like this and why this approach is needed. If everything from this repository will be moved out to the other repository, what...
@verdverm > How can I build and share an application based on AUSK, host it on GitHub, while still being able to pull updates in from AUSK? Right now you...
@theWeird Yeah, going to pure react native instead of Expo sounds good to me. Though I'm not sure when will we have internal bandwidth at SysGears to make the switch,...
@mairh Yes, `i18n` is a good one. Will add this feature to the list. We have experience with this on our project where we use this starter kit, so we...