Diego Bonura

Results 64 comments of Diego Bonura

The same here! I have same problems when running tests from Visual Studio/Gulp with `reporters: ['progress'], browsers: ['Chrome']` and TeamCity with `reporters: ['teamcity', 'coverage'], browsers: ['PhantomJS']`

@Dillonmcewan hi...it is just an error on angular test configuration not karma related....i fixed using configuration from: https://github.com/antonybudianto/angular2-starter

Any news here? we would like to use angular i18n and we have to decide how to proceed. Thanks!

In my case is still present on angular 9 and it is related to animation. If I disable animate property on popup everything works great. I will wait for this...

@combmag i know....it is really old issue....but have you found a solution how to configure RESOURCE_CACHE_PROVIDER on init phase? Thanks

Anyway i have developed a simple karma pre-processor to fix template and avoid `RESOURCE_CACHE_PROVIDER ` (so no change needed on our tests) see: https://stackoverflow.com/questions/44539485/angular2-tests-and-resource-cache-provider-global so thanks @combmag

Same here with version Microsoft.IdentityModel.Tokens 6.15.0 - revert to the previous version (6.14.1) works for now. Here are my deps on a .net 6 project (nothing special): ``` ``` and...

Hi, @joneff thanks for the ping! To be honest I struggle every day with the kendo theme (bootstrap one) 😄 😄 😄 Concerning this particular case main problem on my...

For me it could be perfect to add an approach like tailwindcss so: Extend to add new styles/values...see : https://tailwindcss.com/docs/theme#extending-the-default-theme To keep/include/exclude default ones: https://tailwindcss.com/docs/customizing-colors#disabling-a-default-color But now how to touch...