Thanabodee Charoenpiriyakij

Results 79 issues of Thanabodee Charoenpiriyakij

### What are you trying to do? Currently, `+ignore` doesn't support multi-line declaration so I need to declare it on a single line. What I want to purpose is make...

kind/user-request
area/sdk/go

⚠️ Needs #8367 The function arguments can now annotate metadata by using a tuple (`{}`). The current metadata now support only: * `:doc` - The argument description. * `:default_path` -...

* Move `deps.get` out of the entrypoint. * Add `--only dev` to `deps.get` to ensure we have only necessary dependencies for invoke a function. entrypoint.

This fix comes from accidentally add a leading slash in the generated paths during fix the Elixir issue like this: ```go modName := "potato" // assume the name is this....

### What are you trying to do? Currently, the structure of the Elixir module is: ``` dagger.json dagger_sdk/ / ``` To look at the implementation, we need to change directory...

kind/user-request
area/sdk/elixir

This PR updates the dotnet-sdk from https://github.com/wingyplus/dagger-dotnet-sdk/ to the Dagger to make the SDK move forward. ## Structure I restructure the SDK into 2 main parts: * `dev` - it's...

This changeset starts adding PHP integration tests to `core/integration` start by port a default value tests from Java test suite. It has a module in `core/integration/testdata/modules/php` and in `TestPHP`, calling...

Instead of convert input arguments from `FunctionCallArgValue` to atom. Convert argument name in argument definition to string instead.

Fixes #9556 Fix any methods that return list of object must return in form of `[]*T`. The go template override `FormatReturnType` to make it works and expose `FormatType` from common...

This patch, introduces `object` and `field` for declaring fields in object. Then the `object` is uses, it will convert to Elixir struct with mark as required in struct if the...