Ammar Bandukwala

Results 171 comments of Ammar Bandukwala

@Merith-TK https://mutagen.io/ ... And please don't work on anything without an in depth design consensus with @nhooyr. We want to make sure you're as productive as possible.

1. sshcode's lack of commits isn't necessarily bad. It's simple software with a simple scope. 2. The script's UX seems dramatically different than what sshcode does? I don't personally care...

An idea is providing a mechanism via Terraform to declare secrets, e.g.: ```hcl resource "coder_user_secret" "twilio" { id = "twilio" } ``` which could then be consumed by another resource,...

We haven’t tried to support it yet.

Not sure, but I'm rewriting all of this behavior anyways.

Related https://github.com/coder/coder/issues/6766

When the segment exceeds 63 characters, we could suggest an alternate URL that uses a constant-length format. For example, the agent ID.

I strongly prefer a `depends_on` or similar DAG-based approach as its consistent with Terraform's philosophy.

A major perceived benefit of combining the commands was idempotency. For example, in CI, you could write a script that iterates all folders and runs `coder templates push` in them...