Vasek - Tom C

Results 39 issues of Vasek - Tom C

#8676 would let use support more typescript features, specially some that doesn't support decorators such as `type` & `enum`. However, users should still have a way to actually document &...

area/sdk/typescript

**Describe the bug** Version: 24.0.0 I've hit this issue when I was introspecting some intersection type and couldn't actually resolve to the correct type. For example: `string | null` only...

### Summary This PR enables calling module dependencies from a regular client library. The setup is quite simple: 1. Initialize a project in your favorite language 2. Initialize a dagger...

Move part of the SDK loading logic inside core and decouple the requirement for an SDK to implement all methods. Now an SDK can implement either ModuleRuntime, Codegen or both....

### What is the issue? Reported on Discord https://discord.com/channels/707636530424053791/1339586071557701744/1339586071557701744 > I was doing some tests of the dockerSDK on a project with dagger shell and I keep hitting the same...

kind/bug
area/cli

## TL;DR This issue describes the MagicSDK project and aim to gather opinions and feedbacks from the community. The goal is simple: **make it possible to adopt Dagger in a...

kind/user-request

Add `introspectionJSONFile` in `ModuleSource` so we can later remove the `introspectionJSONFIle` argument in the SDKs. This changes happens because @shykes mention that it's possible to get the module TypeDef directly...

Embed remote dependencies serving in the `Connect` method. This enables clients to not depends on local `dagger.json` to load these dependencies, it's only requires for local one. ### List of...

With the recent changes introduced by https://github.com/dagger/dagger/pull/11309, we significantly improved the performances for both Node, Deno and Bun. So I'm wondering if we should change our default TypeScript runtime to...