William Zhang
William Zhang
Here's a sample repo where it works and doesn't work: https://github.com/williamgkzhang/nx-react-email works with `npx nx run backend-emails:serveFromWorkspace` but not so with `npx nx run backend-emails:serve` Basically it'd be nice to...
I see that `extendedIndexes` is GA now but I'm trying to use a pgroonga index that this issue is affecting. I do a `prisma migrate dev --create-only` to generate the...
> Can you share how exactly you have to create that index when using pgroonga? That might be useful context here. This is the SQL in the migration: ``` create...