Ben Grynhaus

Results 27 issues of Ben Grynhaus

@cjmanca Following this notice: > Since I heard that Plex had been working on their own version of credit detection which will soon make it's way into the official PMS,...

Is there a way to skip specific directories? I expected with the hierarchical ini files to be able to have an ini file in one of my directories and specify...

It seems like some extensions are getting a transparent icon in their devtools panel. E.g. [EditThisCookie](https://chromewebstore.google.com/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg) ![CleanShot 2024-03-20 at 20 17 46@2x](https://github.com/MicrosoftEdge/DevTools/assets/260431/2cd750aa-80d6-453f-b111-a48c814763ed) Trying to debug this a bit it seems...

bug
tracked

Fixes #3729 This is my first PR to this repository, so although I read the [contributing file](https://github.com/ariakit/ariakit/blob/main/contributing.md), I might've goofed or missed something. Please let me know if there's anything...

### Current behavior Using a Tooltip and a Popover on the same element doesn't always works as expected - both show up when hovering the anchor element. This only seems...

bug
has workaround

### Current behavior It seems like the `` component is not working as expected - seems like Ariakit is ignoring it completely. ### Steps to reproduce the bug 1. Open...

feature
has workaround

Alternative to https://www.npmjs.com/package/lodash.startcase ``` startCase('--foo-bar--') // 'Foo Bar' startCase('fooBar') // 'Foo Bar' startCase('__FOO_BAR__') // 'FOO BAR' ```

### Current behavior When a `` is mounted, if its `defaultOpen` is `true` (or is controlled and `open` is `true`), the disclosure still animates in. This is not the expected...

feature
has workaround

In a case where supplying a custom `` where you want to render something even when the item is unchecked (e.g. an empty checkbox), this won't work: ```tsx ``` In...

stale

### Current behavior The Dialog component takes quite a long time to open when heavy component(s) is rendered _outside_ of the dialog. I did a small comparison of three simple...

performance