Tim Feeley

Results 10 comments of Tim Feeley

I worked around this by adding `twind.config.ts` in my project root: ```tsx // ./twind.config.ts import { Configuration } from 'twind'; export const config: Configuration = { darkMode: 'class', mode: 'silent',...

maybe this is something to be addressed in the docs (or via a better error message). I, too, did a `vercel env pull` and because of the empty `VERCEL_URL` experienced...

So this is interesting. HMR seems to work for my project I'm tinkering with: https://github.com/timfee/slot.fyi. Highlights: * my app.tsx is wrapped as such: ```jsx ``` * layout.tsx is where I...

Update: it looks like I had to install `eslint-plugin-vue` manually

FWIW, this is my configuration as a Cal.com user:

Ah man, tricky :) I also wonder if having more context in documentation could help. For instance, the only real place with all of the boilerplate code is in Getting...

See attachment. Still seems like it's a bit slow, but better than before! https://user-images.githubusercontent.com/3246342/225504906-9a1148e1-7913-4d4a-a92e-381b31428fd0.MOV

whoops I duped this :) https://github.com/TanStack/form/issues/669