Theo Avoyne
Theo Avoyne
## What? The link to the PDF reference was dead in `CONTRIBUTING.md`. I updated it. It's now pointing to version `32000-1:2008`. ## Why? N/A ## How? N/A ## Testing? N/A...
### Describe your idea `CustomFontEmbedder.widthOfTextAtSize` is extremely slow as it relies internally on pdfkit's `font.layout` method, which itself is very slow because it computes [way more metrics](https://github.com/foliojs/fontkit#fontlayoutstring-features----) than just the...
`webpack` peer dependency is now `^5.20.0`.
What about splitting this package into multiple packages (e.g. `eslint-config-canonical-base`, `eslint-config-canonical-react`, etc.), each one with its own dependencies? The problem is that in most cases, only a subset of the...
**TL;DR**: After the first render, `useReducer` doesn't react to changes in the `initialArg` (second positional) argument. In my opinion, it should update the state accordingly. The actual behaviour in unnecessarily...

### Reproduction See #8876 and #8917. ```ts // vite.config.ts import { vitePlugin as remix, cloudflareDevProxyVitePlugin as remixCloudflareDevProxy, } from "@remix-run/dev"; import { defineConfig } from "vite"; import tsconfigPaths from "vite-tsconfig-paths";...
### Preliminary Checks - [X] I have reviewed the documentation: https://clerk.com/docs - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...
### [REQUIRED] Environment info **firebase:** 9.1.2 **firebase-tools:** 9.21.0 **Platform:** macOS Big Sur (11.6) ### [REQUIRED] Test case I'm experiencing a bug using the Firestore Emulator. On document creation, the `onSnapshot`...
### Reproduction 1. Start an RR app using the Cloudflare template: ``` npx create-react-router@latest --template remix-run/react-router-templates/cloudflare ``` 2. Open /app/routes/home.tsx. 3. Change an import path to an intentionally incorrect one...