Bob Myers

Results 33 comments of Bob Myers

The problem with .prettierignore is that internally this mode copies the file into a temporary buffer and then applies prettier to that, so of course the filenames do not match....

@seanw From a functionality perspective, one con of csslint is that it doesn't work on modern CSS including custom properties.

But using `/deep/` gives me ``` photo-tabs.component.css 1: error at line 8, col 15 Expected LBRACE at line 8, col 15. mat-tab-group /deep/ .mat-tab-label { photo-tabs.component.css 2: error at line...

Thanks for your work on this font. I'm having exactly the same problem. I don't see it at 18px (1.2rem), but it's quite noticeable at 1.1rem (16px). See screenshot. ![image](https://user-images.githubusercontent.com/24391/45772404-36171000-bc65-11e8-894c-4894f6af0b7e.png)...

@adamschwartz The root cause may well be the same--or not. This bug relates to the lower-case W, and in particular its relative size, while #19 relates to kerning issues with...

@everedifice > Inline template are lint well. What do you mean by "lint" in this case? What are you doing to get them to lint?

The other problem I have is that I when I look at this list of deployments, I have no idea which is which. I version my app in a couple...

@a-xin Thank you. I had totally missed that and it's very useful!

@bryzaguy But I thought that was already how it worked, assuming you are referring to the links within `node_modules/.bin`. At least if I understand the question correctly. Although at the...

> Maybe yarn run [script] should automatically access the higher-up .bin Not everyone uses `yarn run` for everything. I and many other people use makefiles, which expect the executables to...