Chris Duff
Chris Duff
Introducing [@react-pdf/renderer](https://github.com/diegomura/react-pdf/) to my project has resulted in warning messages in my Jest test outputs, like: ``` (node:29756) V8: C:\project\node_modules\@react-pdf\yoga\src\build\Release\nbind.js:1781 Linking failure in asm.js: Unexpected stdlib member ``` I've created...
## 🐛 Bug Report I have a template Excel file which includes data validations. When I use exceljs to write data to the template the data validations are lost. Lib...
### Steps to reproduce ``` npx create-react-app my-app cd my-app npm start ``` ### Unexpected output ``` (node:22848) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option. (Use...
### Expected Behavior Vimeo player should work in a page that is [crossOriginIsolated](https://developer.mozilla.org/en-US/docs/Web/API/crossOriginIsolated). ### Actual Behavior Vimeo player fails in a page served with HTTP response header [Cross-Origin-Embedder-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy) values of...
## Feature Description ### The Problem The [mysql2](https://www.npmjs.com/package/mysql2) driver supports [named placeholders](https://github.com/sidorares/node-mysql2/blob/master/documentation/Extras.md#named-placeholders). These can currently be used via `typeorm` as follows: ``` typescript const dataSource = new DataSource({ ... extra:...
### Steps to reproduce 1. Open https://codesandbox.io/p/sandbox/react-player-iphone-seek-issue-ktwh9m 2. Copy the "Preview" URL. 3. Open the preview URL on an iPhone, e.g. iPhone 15 Chrome. 4. Click the "show" button. 5....
For example:  Since v11 the close button is absolutely positioned. However, with its default position and with the default toast padding, it's possible for the close button to overlay...