a2k
a2k
guys don't unnecessarily do +1. just react 👍 on first comment. lots of people are subscribed to this issue get useless notification emails.
Oh and here's the demo repo → https://github.com/deadcoder0904/expo-tinder
Thanks @RandomFractals, exactly what I needed. Great work 🎉
Me too, same error 🙋♂️ > However, downgrading to =6.0.9 solves it 👏 downgrading works :)
Naah I guess `HiddenText` actually calculates the size required to display it & divides it in chunks. I guess @phuongla can answer this better
any progress on this? the syntax highlighting looks awesome on the homepage.
yes, would love an update on unique constraint. i'm using planetscale & foreign keys aren't supported. the recommendation is to [add `@unique` to `userId`](https://stackoverflow.com/a/76126139/6141587)... i'm not sure if using just...
2024 update? its really annoying. i face it every other day. please give us a way to disable zoom-in. my fonts become really small & then i have to set...
I solved it by [installing `better-sqlite3` in `Dockerfile` instead of `package.json`](https://stackoverflow.com/a/78161136/6141587) & using `pnpm`'s `supportedArchitectures` feature.
faced this now. i have a simple script that i run with `tsx` which gets all redis keys & values. im doing this for debugging purposes. dont like ssh'ing into...