Bschitter

Results 11 comments of Bschitter

I'm also having the same issue with mat-tab-group on Angular 13.1.1 and with Ivy. Really don't want to turn off Ivy... Edit: As I see, from version 12 you cannot...

> > I'm also having the same issue with mat-tab-group on Angular 13.1.1 and with Ivy. Really don't want to turn off Ivy... Edit: As I see, from version 12...

@DustinPham thanks! Although I don't need it anymore.

I'm also having this issue with Angular Material v15 MDC. I remember having this problem in the early versions of Angular Material. According to the examples on the website, it...

> Same here. Using Material v15. It only happens on Chrome. As @Frankitch mentioned you can see it on the material documentation. What I have found is that only happens...

> I found out that in my case the css property "will-change: transform" was causing the blurry form field `.mdc-floating-label { will-change: transform; }` Angular material 16.2.1 Thanks for finding...

> This i still happening in 16.2.4. You can see it on the outline form input on the examples page of the Material website [https://material.angular.io/components/form-field/examples](form field examples) > > unchecking...

I am also getting the same or a very similar error: ```shell iostat-cli --data iostat.log --disk sdc --fig-output sdc.png plot --without-cpu Traceback (most recent call last): File "/home/bschitter/.local/bin/iostat-cli", line 8,...

I figured out, that my iostat log file had an unsupported date format. After changing it from `%d.%m.%Y %H:%M:%S` to `%m/%d/%Y %I:%M:%S %p` all worked fine. @lategoodbye maybe that is...