Raphaël Titsworth-Morin

Results 29 issues of Raphaël Titsworth-Morin

### Is your proposal related to a problem? For context, we're using Hasura Cloud with a Vercel Postgres instance. As I understand it Hasura's eventing system uses a [poller](https://hasura.io/docs/latest/event-triggers/observability-and-performance/#event-delivery-system). That...

k/question
v2

I'm working on a tool that depends on subtrees. It looks like the git that is bundled with Dugite doesn't include the subtree command. I've made it work using the...

I would like to see messages in the logs about the different aspects of the Defang deployment pipeline. Not so much logs from the different parts of the system (i.e....

Piggy-backing on https://github.com/defang-io/defang/issues/169, if that feature does get developed, it would be really useful to get the logs for a given build. Imagine a workflow something like this: First I...

We created a new process to publish the samples which publishes them at: https://docs.defang.io/samples-v2.json We did this so we could maintain backwards compatibility with the CLI which expected the samples...

I think it would be really cool if we could merge multiple samples. I think one of the barriers during the hackathon was that there's a nextjs sample and a...

Tried `defang cert gen` and ran into this: ``` ➜ hasura git:(hasura-rds-example) ✗ COMPOSE_PROJECT_NAME=hasura-rds defang cert gen # Using AWS provider Triggering Let's Encrypt cert generation for hasura.hasura-rds-demo-1.goec.dev Please setup...

bug
networking

I needed to create a secret with an empty string for debugging purposes, but this fails.

later

It can be hard to debug what's going on in a service if you are unsure which version of the service is currently up and running. It would be practical...

later

It would be really nice to have a command something along the lines of: ``` defang status --watch ``` Defang status would display the current status of each service in...

enhancement
DX