Rick van der Meij

Results 8 comments of Rick van der Meij

I've downloaded your code and added this in the onChange ``` ngOnChanges(changes: SimpleChanges): void { if (changes.hasOwnProperty('setDate') && changes['setDate'].currentValue ) { this.setDateFromInput( changes[ 'setDate' ].currentValue ); } if (changes.hasOwnProperty('config') &&...

It seems like there is some progression, since 1.27.1 some of test are passing, others are failing. When looking specific at which test succeeds and which fails, the webkit version...

The problem is in deeper dependency package cheerio. Currently running 0.22.0 and documentation states they are working on 1.0.0. Hope to see lodash updated there, in an hotfix.

any way of skipping this rule? ``` Rule | Time (ms) | Relative :----------------------------------------------|-----------:|--------: tailwindcss/no-custom-classname | 471981.648 | 98.7% tailwindcss/classnames-order | 3747.085 | 0.8% tailwindcss/no-contradicting-classname | 1503.595 | 0.3% tailwindcss/enforces-shorthand...

> @rickvandermey you can add this to your `.eslintrc`: > > ```json > { > "rules": { > "tailwindcss/no-custom-classname": "off", > } > } > ``` > > Even though...

The solution @gkalpak was not sufficient enough because the `SwUpdate` is using the same principles. We had to add an extra check for production where we subscribe to the version...

> By use `@angular-builders/custom-webpack` and add custom webpack configuration, second part problems with errors solved: > > ```js > const webpack = require('webpack'); > > module.exports = { > resolve:...

It does have a huge performance improvement! However when we try the fork, it doesn't render anything on the server anymore. Something to keep in mind