Vitaly Budovski

Results 9 issues of Vitaly Budovski

Jest provides two different implementations of fake timers - legacy and modern. The legacy implementation works with RRule, while the modern one does not, as it uses a strict instance...

Using "display: none" often prevents screen readers from seeing the content. What we really want is to visually hide the standard input. We also add a placeholder to be announced...

Implement support for Less styles within Next.js.

area: documentation
type: next

### Environment information ```bash CLI: Version: 1.4.1 Color support: true Platform: CPU Architecture: x86_64 OS: macos Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.10.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "pnpm/8.11.0" Biome...

A-Linter
L-JavaScript
S-Enhancement

Is there any interest in a navigation component in `react-aria` utilising the [disclosure](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/) pattern? # 🙋 Feature Request A navigation is a common component in web apps, and none of...

The url for snapToRoads is encoded as `/v1/snaptoroads` instead of `/v1/snapToRoads`. --- **PLEASE READ** If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)....

type: bug
triage me

I’ve noticed that none of the endpoints in the OpenAPI specification contain `key` as a query parameter. Given that `key` is required in order to interact with the API successfully,...

type: bug
triage me

### Provide a general summary of the issue here The type of Key in react-aria is defined as: ```export type Key = string | number;``` while React defines it as:...

documentation

### Provide a general summary of the feature here Unlike most other hooks, the `useSwitch` hook does not provide `isInvalid` and `validationErrors` properties. ### 🤔 Expected Behavior? `useSwitch` exposes the...