Theo Avoyne

Results 10 issues of 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...

needs-triage

### 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...

proposal
needs-triage

`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...

enhancement

**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...

Status: Unconfirmed

![image](https://github.com/user-attachments/assets/c99a1b1c-c6e5-4b48-9da3-bbae76da3e81)

types
needs reproduction

### 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";...

package:dev
bug:unverified
vite

### 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...

bug

### [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`...

type: bug
emulators: firestore
Needs: Attention
emulator-suite

### 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...

bug
pkg:@react-router/cloudflare