gabrielgagne

Results 8 comments of gabrielgagne

Was just going to open issue for this, but I have the exact same problem. In our app, we always use ',' for thousandSeparator and '.' for decimal separator (I...

It might be related to this https://github.com/JsDaddy/ngx-mask/issues/1015 Where maskService.numberToString converts using with the browser's local instead of the specified configuration for decimal and thousand separators

Yes, I noticed this bug too after seeing cdk virtual scroll (and our other component relying on animationFrameScheduler) being messed up after updating past 7.4

Managed to make a minimal repo. Simply using npx create-nx-workspace@latest, choosing integrated+angular+scss+webpack Then start wallaby on apps/org Results in ![image](https://github.com/wallabyjs/public/assets/13105721/6cd00ffc-cbd3-4631-b35b-f87394e4dcbc) [wallaby_nx_auto_bug.zip](https://github.com/wallabyjs/public/files/14948444/wallaby_nx_auto_bug.zip) ```` { editorVersion: '1.88.0', pluginVersion: '1.0.374', editorType: 'VSCode', osVersion:...

Glad i'm not the only one facing this @yunic-nl Where did you add this? My test fails first thing when loading the story in the one and only beforeEach `...

Observing something like that in our fairly large app after updating angular. A very noticeable slowdown since the update which goes back to 'normal' when reverting typescript TS 5.7: initial...