Claas Augner

Results 754 comments of Claas Augner

@teoli2003 @queengooborg What do you think, should these languages be added?

Alright, we would now be accepting any PR that adds syntax highlighting for those languages.

> Would this have an impact on https://github.com/mdn/translated-content/blob/main/.github/workflows/sync-translated-content.yml No, because that workflow runs `yarn content` which is essentially an alias for `yari-tool` as defined as a binary here: https://github.com/mdn/yari/blob/b340b9afcdf7dc1b95db05ce6c46f3c46afda639/package.json#L11

@mustaphaturhan Maybe - To fix `declaration-property-value-disallowed-list`, we should be able to replace `border: none` with `border: 0`. - For your `no-descending-specificity` example, the solution looks good to me. - To...

@mustaphaturhan Great questions! > watch-submenu-setGlobal This last usage of this class seems to have been removed in 2db8b971f7603793b0715f2a4a008a7c7b934e5b. (I ran `git log -pS 'watch-submenu-setGlobal'` to find this out.) > selector-max-id...

> Result when I increase it 5 @mustaphaturhan Hm, if those 26 instances can be easily and safely resolved without side-effects, let's do that. Otherwise we can also increase it...

FWIW Here are the number of violations per rule: ```console $ yarn stylelint -f json -o stylelint.json $ cat stylelint.json | jq '.[].warnings[].rule' | sort | uniq -c | sort...

The Pocket view of that page is now _more_ complete (probably since we now wrap all sections in a ``): But it's still missing some contents: ![image](https://user-images.githubusercontent.com/495429/190455672-87c84bed-0e07-4290-9544-52d62610ff2e.png) I have flagged...

@mdn/yari-content-ja Do you agree with @kagankan that the current font for code samples is not ideal? We could use the same font as for `en-US` and it would look like...