Eli Front

Results 14 comments of Eli Front

Seeing this with claude 3.5. When I apply it applies the changes to an empty buffer instead of the current file

There's definitely a lot left to do here and I don't have a lot of capacity

**Solution** Using `"next-auth": "^5.0.0-beta.19"` 1. follow instructions https://authjs.dev/getting-started/installation?framework=next.js 2. after getting `auth.ts` setup, add the Drizzle adapter ``` // auth.ts import NextAuth from "next-auth" import { DrizzleAdapter } from "@auth/drizzle-adapter"...