luisiacc
luisiacc
To reproduce you can put this prompt, it's in spanish though, it will trigger the blockReason OTHER situation, I'm pretty sure this is a false positive ``` Estos son documentos...
I don't know if this will be useful or not, but I found this, this text does NOT causes gemini to give a block reason: ``` Estos son documentos de...
For people who will read this, you can use this: ```typescript import { createId as cuid } from '@paralleldrive/cuid2' const ModelPrefixes = { user: 'user_', // Add more models and...
sry didn't saw this one, sure! create a pr for it I'll merge it
@gbo-dev no problem at all, go on
a note here @AmanVarshney01 , something to look out for, as someone who did this myself on an existing application deployed to fly.io, if you use the `DATABASE_URL="file:./data.db?connection_limit=1"` it will...
> For what it's worth, the new SQLite driver adapter (@prisma/better-sqlite3) uses strings to represent datetimes I think you guys should make some note on that, I had an issue...
I think `uv_default_loop` is one of the most used, I was trying to update my app to bun and failed because `sentry/profiling-node` requires it and so had to roll-back the...