Blake V.

Results 31 issues of Blake V.

This should be added to the docs-- is moveSpeed range 0-100 ? What are the "units"? Or is it a parameter one just has to experiment with...

### Environment information ```bash CLI: Version: 1.8.3 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v18.19.1" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "yarn/1.22.2" Biome...

### Environment information ```bash CLI: Version: 1.8.3 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v18.19.1" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "yarn/1.22.2" Biome...

S-Help-wanted
A-Linter
L-JavaScript
S-Bug-confirmed

#### Fixes #0000 #### Checklist - [N/A] Includes tests - [N/A] Update documentation #### Changes proposed in this pull request: Never apply `aria-expanded` prop if is hover type. This prop...

The version selector in the docs app caused aXe a11y failure. This element is pretty much a `Select` (with a redirect), so just use the `Select` component which has proper...

#### Fixes #0000 #### Checklist - [N/A] Includes tests - [N/A] Update documentation #### Changes proposed in this pull request: `RadioGroup` component should be getting `role="radiogroup"`. Currently, it's just a...

#### Fixes #6899 #### Checklist - [N/A] Includes tests - [N/A] Update documentation #### Changes proposed in this pull request: See issue in https://github.com/palantir/blueprint/issues/6899 Setting `defaultProps` to a type of...

`TabsProps` `id` prop is required, but somewhere this gets changed to optional: ![image](https://github.com/palantir/blueprint/assets/87083504/ce462238-8481-4b30-987a-ddc9a981c386) ![image](https://github.com/palantir/blueprint/assets/87083504/0c020924-ebe6-4f84-8f4e-4f161e8548af) I think this has to do with the usage of `React.PureComponent` in `AbstractPureComponent`, it seems this...

DateTime2 DatePicker no longer limits month select options when minDate specified. Steps to see: 1) Go to https://blueprintjs.com/docs/#datetime2/date-picker3 2) Select min date "1 week ago" 3) BUG: All 12 months...

Type: bug
help wanted
Package: datetime

Reduce duplicate `len()` calls by assigning length to variable. Probably only has a microscopic effect on performance, but it is something.