Jeff Hansen
Jeff Hansen
Hey @ganemone - awesome project! I'm having trouble getting NodeRequirer to pick up my ES6-style exports. Your regex looks fine to me, is there some rule about what directories are...
- `downshift` version: 9.0.4 - `node` version: 20 - `npm` (or `yarn`) version: 10.5.0 **Relevant code or config** It's related to `onSelectedItemChange` **What you did**: Use Playwright for testing a...
I noticed both clients are set as Confidential, which according to the [OAuth spec](http://tools.ietf.org/html/rfc6749#section-3.2.1) would require the server to authenticate the client making the request. This is only the case...
I am struggling to get this working, I only received "handshake authorized" in my server, and socket opened event does not fire. Server: ``` javascript io.sockets.on('connection', function(socket) { console.log("-- Socket...
When using `composes` inside a layer, LightningCSS returns an error stating that `composes` cannot be used inside nested selectors. ```css @layer components { .foo { composes: bar from './other.module.css'; }...
After switching to `storybook-rsbuild`, the `Save` functionality in the Storybook UI stopped working: The `+` button to [create a new story](https://storybook.js.org/docs/get-started/whats-a-story#create-a-new-story) is also not available:
**Is your feature request related to a problem? Please describe.** I'm trying to implement a scroll-fade effect. I want the scroll-fade to be linked to the `scrollX`, which already works....
### Provide a general summary of the issue here When a `ListBox` which contains `scroll-padding` styles is rendered in a `Popover`, the scroll padding is not respected. For example, [the...
### Provide a general summary of the issue here When an input field is focused in a dialog on Mobile Safari, the user is unable to dismiss the keyboard using...