Hikari Hayashi

Results 38 issues of Hikari Hayashi

- https://w3c.github.io/picture-in-picture/ - https://caniuse.com/#feat=picture-in-picture

enhancement
help wanted
proposal

See also: https://babeljs.io/docs/en/config-files#root-babelconfigjson-file

### Motivation Currently, we have two ways to composite components: 1. use `as` prop or 2. use `children` as render-props. But both of them have their limitations, for example, a...

feature
discussion
has workaround

### Current behavior Dialog dismissed on mouse down, but not on click. Non-primary button also dismisses the dialog. ### Steps to reproduce the bug 1. Open https://ariakit.org/examples/dialog 2. Open dialog...

feature
has workaround

### Motivation During the hide animation, disclosure content should be inert. ### Usage example _No response_ ### Possible implementations _No response_

feature
has workaround

### Motivation Sorry I don't know the exact name of this UX. ![image](https://user-images.githubusercontent.com/44946699/168086991-77520317-054d-46e8-8a8d-aeebd750d3ae.png) It's a common pattern and should be supported in Ariakit. ### Usage example - Browsers' native ``...

feature
has workaround

```diff - "types": "src/index.ts", + "types": "dist/index.d.ts", ``` `tsc` will do type-checking on that file regardless of `skipLibCheck` if that's a pure `.ts` file (not a `.d.ts` file), which may...

I'm not sure if it should be reported here though. ### Input C/C++ Header ### Bindgen Invocation ```Rust use bindgen::CargoCallbacks; // ^^^^^^^^^^^^^^ bindgen::Builder::default() .header("input.h") .parse_callbacks(Box::new(CargoCallbacks::new())) .generate() .unwrap() ``` ### Actual...

bug

## Feature request **What is the expected behavior?** ```js const url = import.meta.resolve("..."); ``` Note: This differs from the Node.js' experimental version, which is asynchronous.[^1][^2] I'm not sure whether it...

enhancement
inactive
webpack-5
Send a PR

### Motivation https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role https://open-ui.org/components/slider.research https://react-spectrum.adobe.com/react-aria/useSlider.html ### Usage example It should act like a `` with fully-customizable UI. ### Requirements . ### Workaround _No response_ ### Possible implementations _No response_

feature
not stale