Results 28 issues of Benjamin Koltes

What do you think about supporting CSS colors level 4 https://www.w3.org/TR/css-color-4/: - rgb `rgb(12 53 80)` and `rgb(12 53 80 / 0.5)`: https://www.w3.org/TR/css-color-4/#rgb-functions - hsl: `hsl(120deg 100% 50%)` and `hsl(120deg...

For the feature parity with the web, shouldn't all elements have `element.scrollIntoView()` built in? Just like `element.scrollTo()`

enhancement

Shouldn't viewport units like `dvh`, `svh`, and `lvh` be compiled to `vh` for older browsers? (same for `dvw`, `svw`, and `lvw` → `vw`) Here we can see that the newer...

**Description:** Add the option to use the CODEOWNERS (+ a file that map some codeowners to labels) to the labeler For instance: ```yml # Add 'repo' label to any root...

feature request
needs eyes

Hello 👋 This feature is related to https://github.com/sweepline/eslint-plugin-unused-imports/issues/26. Can we add an option in the rule config to tell whether the fix should be proposed as an autofix (auto applied...

### What and why? ### How?

Add a field `type` in each rule to identify what they are modifying: ![image](https://user-images.githubusercontent.com/22725671/119053933-0fd24100-b9c7-11eb-9b8b-22b18538bc9b.png) This would be awesome in addition to the [`--fix-type` option](https://eslint.org/docs/user-guide/command-line-interface#-fix-type) to only fix the `layout` rules

## Description `jscodeshift(file.source).find` doesn't find anything in a generic. ## Example ~~Code sandbox: https://codesandbox.io/s/unruffled-goodall-b5qkn~~ Edit: ASTExplorer: https://astexplorer.net/#/gist/191f77988f260ee6bef6ec402331ac0e/808e05a888e206dacc16f8dac85609a7ac09eeab ### Input ```ts const [state, setState] = React.useState(null); ``` ### Traverse ```js root.find("TSQualifiedName")...

bug
upstream

This RFC related to: - `useIsolation` in https://github.com/reactjs/rfcs/issues/168, - `useContextSelector` in https://github.com/reactjs/rfcs/pull/119. This is about performance & memoization [**>>> View rendered text

CLA Signed