Greg Richardson

Results 160 comments of Greg Richardson

Not sure if this helps debug the issue, but I noticed that the `'simple'` config does work: ```sql SELECT to_tsvector('simple', 'test'); ```

@pfandzelter Thanks for the heads up. `docker-mac-net-connect` does have logic that auto-resets itself when it loses connection and reconnects to the Docker daemon, so I'm a bit surprised it's not...

@lcmen you can try the instructions under [general troubleshooting](https://github.com/chipmk/docker-mac-net-connect?tab=readme-ov-file#troubleshooting) to run `docker-mac-net-connect` manually and see if there is anything noteworthy in the logs

Hey @Siddhesh-Agarwal thanks for the request. Using existing projects can be tricky because of potential conflicts between your database.build migrations and existing schema. One way to deal with this could...

Hey @win4r - I assume you are trying to run this locally. Can you confirm that you have followed the steps in the [README](https://github.com/supabase-community/postgres-new/blob/24a181d78cd92bb5fee87e98945860dc7a31bc4a/apps/postgres-new/README.md) to set up a dev environment...

@soedirgo wow sorry for the super long delay (I somehow had this repo's notifications muted 😬). Good to know about the migration to `supabase/supabase` (what was the motivation for this...

Thanks for reporting @FlipEngineering. We've identified a Windows-specific issue in #43 that sounds related. Once that's merged I'll let you know and we can see if that fixes this for...

Hey @FlipEngineering, the Windows issues has been resolved - would you mind trying again with the latest version?

We've identified a Windows specific issue in #43. Once that's merged I'll update this thread and we can see if that resolves the issue.

Great news. Yes this was just merged. For everyone else in this thread - please restart your client (Cursor, VS Code, etc) and let me know if this fixes the...