Mike Oristian
Mike Oristian
I'm having the same issue
I'm attempting SMS otp login with my Twilio credentials - is this feature working yet?
Yeah thanks guys this should be a top priority. Anyone unlucky enough to issue the `nhost upgrade` command and then run their init migration is stuck without the PostGIS extension....
Hmm. Definitely have PostGIS working in production right now. Using all the SRID functions for distance calculations. Need to set up another development machine with the same mapping capabilities on...
This is a blocking issue for me unless I can somehow downgrade nhost-cli to an earlier version. Also need confirmation that the postGIS which is working on my postgres instance...
yeah at present my dev workflow is restarting `npm run preview` ad nauseum. It doesn't not make for a good DX - if anyone has done the local cloudflare build...
Same issue - drizzle-kit: v0.20.18 drizzle-orm: v0.30.6 drizzle.config.ts is read but name of schema file not honored - `schema.server.ts` left alone and `schema.ts` created alongside
My current workflow for using Drizzle with PostGIS - 1. drizzle-kit introspect:pg 2. look through all the todos in the generated schema that reference "unknown" // Point, etc 3. comment...
In the same boat here - and losing remix dev hrm by having to run `npm run preview` and exit and repeat is a DX killer
thanks @kristofb - works. would appreciate a merge!