Mat Sz
Mat Sz
### Basic info: - **Node.js version:** 18.3.0 - **jsdom version:** 20.0.0 ### Minimal reproduction case ```js const { JSDOM } = require('jsdom'); const dom = new JSDOM(); const parsed =...
This property is missing on DatSelectProps while being very useful.
Now `createWebSocketStream` is not called therefore there are no memory leaks/backpressure to worry about. #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
One of the breaking changes involves transformers, the error manifests itself on client side as: > Uncaught TypeError: Cannot read properties of undefined (reading 'serialize') With this line being at...
* **Electron-Builder Version**: 25.0.0-alpha.6 * **Node Version**: 21.7.3 * **Electron Version**: 30.0.1 * **Electron Type (current, beta, nightly)**: current * **Target**: macOS I'm trying to build an app with native...
### Describe Sometimes, due to browser suggestions I end up browsing to https://react-icons.github.io/ which just displays a "not found" page. ### Solution 1. Create a `react-icons.github.io` repository in the @react-icons...
Few things worth noting: 1. This will break compatibility with tRPC 10.x. 2. tRPC 11.x is currently in RC state, so they will probably release a stable build soon. (see:...
Symlink resolution behavior introduced in 189519a8292f939d9e5d3b47c6407444fee70334 breaks yarn workspaces. Yarn tends to symlink things around when it comes to workspaces, so using any version after v5.0.0-alpha.3 results in an error...