Sasha Kalmikov

Results 16 comments of Sasha Kalmikov

Just figured out that you could generate libraries with namespace. For example: `ng g library @namespace/xxx` `ng g library @namespace/yyy` Will generate two libraries with following structure ![image](https://user-images.githubusercontent.com/1386622/41881965-f741f0a2-78ee-11e8-90db-104a318d548f.png) `@` (at...

@stale ![giphy](https://user-images.githubusercontent.com/1386622/88455778-f2087e00-ce80-11ea-8694-e9286cc3a1d5.gif)

Same issue. VSCode + Bibucket. Need to type password twice 1. Bitbucket pop-up ![image](https://user-images.githubusercontent.com/1386622/43767021-a6289602-9a3c-11e8-8b8a-bf6cd660dbd7.png) 2. VSCode ![image](https://user-images.githubusercontent.com/1386622/43767098-d884109a-9a3c-11e8-8a7d-e1e4097b677e.png) ---- EDIT: I think it was **SourceTree**. I removed it - and issue...

> I think we should not treat it differently since it can be used with normal parameter simultaneously Good point.

you can also add line to `externals` in `webpack.config.js`: ``` externals: { 'react-native-sqlite-storage': 'react-native-sqlite-storage' } ```

No, default one. https://typeorm.io/#/caching

@jwren yes, all directories in lib. Only directories. Renaming files will change imports. Here for example I change `helper` to `helpers`: Screenshots ![image](https://user-images.githubusercontent.com/1386622/72430775-df0f4580-379b-11ea-9fc7-bf5849d3612c.png) ![image](https://user-images.githubusercontent.com/1386622/72430792-e7678080-379b-11ea-92b5-6a00d554b501.png) Same will happen for `core` or...