John Carmack

Results 22 comments of John Carmack

Hi there! I'm trying to implement Router with your boilerplate but there's been a major version change since this pull request & I'm getting various errors trying to implement. Is...

Hmmmm okay! So I had V5 working last night, this morning I've tried to upgrade & implement those changes, and received this error: `ReferenceError: event is not defined` When I...

Figured it out! Needed to change the import statement in `server/render.tsx` from: `import { StaticRouter } from "react-router-dom";` to: `import { StaticRouter } from "react-router-dom/server";`

Same here. Sketch 52.5, Diverse UI 1.1.

> you need to use this version, v1 doesnt work > > ```json > "cmdk": "^0.2.1", > ``` Weekend saved, nice catch

Having upgrade CLI problems here as well. ```zsh venv➜ desktop git:(john/upgrade-to-tailwind-v4) npx @tailwindcss/upgrade@next ≈ tailwindcss v4.0.0-beta.4 │ Searching for CSS files in the current directory and its subdirectories… │ ↳...

> @johncarmack1984 Your issue seems different from the "could not resolve" path issues so it might be unrelated to this bug report. Was going by thread title and didn't feel...

While the auth0 team works on an official solution, I was able to get a [fork](https://github.com/johncarmack1984/nextjs-auth0/tree/bada487ceaace86195af774a5d361465cb3688d3) working with Next 15. Anyone who needs a drop-in solution today is welcome to...

No plan to replace `withPageAuthRequired`? Gonna be a painful migration 😣

Speaking as the authors of one of those patches, while I might have phrased it a more delicately, I don't disagree that I would be one of the engineers in...