Jonathan Gelin

Results 30 comments of Jonathan Gelin

We also had a lower coverage when merging multiple coverage reports generated by multiple parallel agents on the CI. The issue was caused by the absolute path in front of...

> Note that `factory` already supports the `ModelDictionary` generic. This task may be as much as exporting the `Limit` utility type publicly, so it's possible to construct your own custom...

I think I have the same kind of errors: ``` export const FORMLY_CONFIG: ConfigOption = { types: [ { name: 'nrn-field', extends: 'input-mask-field', defaultOptions: { templateOptions: { maskConfig: { mask:...

@VickyKoblinski I have the same issue, did you progress on it?

I saw your comment and sorry but I forgot to thank you for you work. I think it helps a lot of developers ! My main concern is when you...

Yes, publishing individual sub-modules would be a very good step ! You can find some links about monorepo here: [build-angular-monorepo-and-app](https://github.com/jogelin/build-angular-monorepo-and-app). It's a repo that I started long time ago to...

@shlomiassaf I completly agree ! Do you have any advices, ideas about how this mapping shall be done ? I think it should be provided by the npm environment: -...

Again, I agree with you ;) I don't want to write mapping definitions, I don't want know all tools deeply, I just want it to work magically :p You said...

To regulate opinions, ego and work, I agree, it's complicate but not impossible. Sorry to come back that again but: | | Java | Javascript | |------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| | Bundlers |...

I don't think it is necessary to rename the src folder. Source is still source code. After testing multiple library seeds and monorepo client like lerna, ora, yerna, etc..., I...