Kyle Penfound

Results 66 comments of Kyle Penfound

Currently the `dagger/examples` repo is organized by use case rather than by sdk, but that's a remnant of before multi-language. I'd be in favor of moving the python example to...

Based on a conversation in #help yesterday, I think this is true: ```go src := c.Host().Workdir().Directory("sdk/python") ``` This will send all of workdir to buildkit and changes outside of sdk/python...

Ready for merging @vikram-dagger

@vikram-dagger I think you're right that it's probably covered quite a bit at this point in other guides

Should the "Try It!" button instead be the same as "Try it in the API Playground!" button in #3745 ?

`#!/bin/cloak shell` makes a ton of sense. Without that, differences between shells will probably be too hard to reconcile

Nice find @sipsma ! > right now it seems like it may just end up not registering any types That makes sense with how it's presenting > I think it...

> I think it would be good if in this situation the TS SDK failed This is probably the issue at it's core https://github.com/dagger/dagger/issues/6621

Alternatively, we could have it show the same output as the `--output ` option: ``` ~  dagger -m github.com/shykes/daggerverse/[email protected] call container --output ./wolfi.tar Fri 19 Apr 2024 11:20:34 AM...

My main issue when switching to the `+optional` pattern from `Optional[]` before discovering `+default` is that without `+default` there's no way to know if a value was default or user...