David Flanagan

Results 215 comments of David Flanagan

The PDK was pretty simple to follow along with, it helps that Go, Rust, and TypeScript are already done this way and can be used as examples. It's working by...

Oh, I wasn't aware of SetupEnvironment. I'll use that instead, and I'll try the extism vars again. If it doesn't work, I'll open an issue with a reproduction.

Question, @milesj; when I use the Nix toolchain, do we lose access to language specific toolchain features, such as syncReferences, etc?

OK. I'm going to strip my plugin right back to basics. If I only implement: - register_toolchain - initialize_toolchain - setup_environment Should the plugin still function? I would then propagate...

How's the documentation for this coming along? I think I may need it 😅

Nevermind, I think I know what to do 😄

Could this work with direnv / `.envrc` files, rather than Dagger itself finding environment files within a repository? This would allow us to use `source_up` and other helper functions, provided...

Now that `dotenv`, `dotenvx`, and `op`, `infisical`, etc exist; it's becoming more common for `.env.production` to be supported and only store references to secrets. The nice thing about this approach...

One thing I don't understand from this example is how we build in isolation? There's a few modalities, two of which are more important: 1. Build Everything (CI) 2. Build...