Thanabodee Charoenpiriyakij

Results 79 issues of Thanabodee Charoenpiriyakij

Since Yarn 2, they allowed using declare workspace dependencies with `workspace` prefix: ```json { "dependencies": { "lib-a": "workspace:lib/a" } } ``` Currently, if we defined dependencies like example above. `multi-semantic-release`...

enhancement

### What are you trying to do? I would like to find the way to configure the registry mirror in simple way rather than managing the engine manually. So it...

I'm playing around PowerShell script and found that they have a tool called [PSScriptAnalyzer](https://learn.microsoft.com/en-us/powershell/module/psscriptanalyzer/invoke-scriptanalyzer) to lint and format the PowerShell script. So I do some a quick hack to daggerize...

This is #6868 but for Elixir, when found any function that return `Void`, instead of return `{:ok, Void}`, return just only `:ok` atom. This requires #7667 to be complete first...

This PR comes from discussion in [dev-engine](https://discord.com/channels/707636530424053791/1250226289919660105/1250226291832000542) and in [php](https://discord.com/channels/707636530424053791/1162025276872609832/1251168485736976445) discord channel. I do relocate the runtime module from `sdk/elixir/runtime` into `sdk/elixir`. The benefit of this way is the sdk...

* Drop Elixir v1.14 and add Elixir v1.17. * Improve Elixir version management by using map instead of slice of string. With map, we can freely manage OTP version and...

### What is the issue? I enter the https://dagger.io/dagger-engine page and found that the TypeScript example looks incomplete (missing class, or have extra end bracket, I'm not sure). ![Screenshot 2024-06-28...

## Melange Pull Request Template ### Functional Changes - [x] Fixes `failed to build package: unable to run package hello pipeline: unable to run pipeline: input: container.import resolve: recover: no...

Make Elixir SDK consistent with PHP (in #8369), the include patterns is now moved to `+ignore` directive.