Raphaël Titsworth-Morin

Results 46 comments of Raphaël Titsworth-Morin

If not, there's got to be something we can do to poll? Given that we have the password, etc. we could run something like `pg_isready` (https://www.postgresql.org/docs/current/app-pg-isready.html) until it returns true...

Thanks @ve-varun-sharma ! How are you finding things so far? Are you open to hopping on a call?

@lionello re: the stuff in the `.defangrc` file, we should also support `DEFANG_ORG_ID` env var.

> @lionello re: the stuff in the `.defangrc` file, we should also support `DEFANG_ORG_ID` env var. My understanding is that we're leaning towards the word "[workspaces](https://defangworkspace.slack.com/archives/C03K5KY5W9X/p1757359291788229?thread_ts=1757356200.465079&cid=C03K5KY5W9X)" for anything user-facing. Since...

I'm running into the same issue. REST endpoints aren't being exported or imported properly. Hasura version: v2.8.3 Hasura CLI: v2.8.3 Update: I upgraded to Hasura `v2.10.0` and Hasura CLI `v2.9.0`...

Also running into a memory leak when using Bun with Next.js. Switched to Node 22 and everything is back to normal.