Pearce Ropion

Results 7 issues of Pearce Ropion

We are currently working on migrating our CI to Github actions and are having trouble getting cypress to run efficiently. When running cypress, our tests consistently max out the CPU...

#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) - [x] Documentation...

enhancement
rule
accepted
feature
contributor pool

### What rule do you want to change? no-unused-vars ### What change to do you want to make? Generate more warnings ### How do you think the change should be...

enhancement
rule
accepted

Resolves #2685, #2683, #2682 This PR changes 2 things: 1. Add the ability to sort groups in the order of nested groups 2. Add the ability to sort types in...

Resolves #259 The `isModuleDeclaration` method was [recently deprecated](https://github.com/babel/babel/pull/15266) in https://github.com/babel/babel/pull/15266 which causes deprecation notices akin to the following: ``` Trace: `isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`. at isModuleDeclaration...

Resolves #2313 ### Description Adds 2 new private packages: * `@radix-ui/react-use-resize-observer` * Extract `useResizeObserver` functionality from `NavigationMenu` and `ScrollArea` into reusable hook * `@radix-ui/react-use-debounce-callback` * Extract `useDebounceCallback` functionality from `ScrollArea`...

Resolution: Needs Investigation

## Bug report ### Current Behavior The `useSize` hook in `@radix-ui/react-use-size` has the potential to throw `ResizeObserver loop completed with undelivered notifications` errors when the `ResizeObserver` is not able to...