Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
### What is the issue? If declare a function that returns a list of type (`[]*T`, `[]*dagger.Container` for example), the Go codegen will render as `[]T` instead of `[]*T` that...
This PR adds integration tests. The test that is covered in this PR is: * `TestOptionalValue` - to ensure the SDK supported the optional argument. I left a 1 TODO...
Closes https://github.com/dagger/dagger/issues/8609 In this changeset, I modify the Elixir module project structure by moving the Elixir application to the root of the module. So the structure is looks like: ```...
### What are you trying to do? * Add `:default` option to type system * During processing the `defn` macro, ensure that the default value matches with the type. ###...
### Summary When set the `buffer_font_family` (and `terminal.font_family`) config to `JetBrains Mono`, the text is unreadble ### Description Steps to reproduce: 1. In settings.json, set the `buffer_font_family` to `JetBrains Mono`...
I try installing mneme with igniter 0.6 (in my project) and got: ``` mix deps.get returned exited with code: `1` ** (RuntimeError) Resolving Hex dependencies... Resolution completed in 0.226s Because...
Here is the screen record https://github.com/user-attachments/assets/8f440287-9e2b-4f16-b481-ebf2cdc7789e You will see that after trigger organize aliases code action, the alias is changing from: ```elixir alias A alias C alias D alias B...
### What are you trying to do? See https://github.com/dagger/dagger/pull/11071#pullrequestreview-3411250888 ### Why is this important to you? _No response_ ### How are you currently working around this? _No response_
This is tracking the progress of https://github.com/dagger/dagger/pull/10584 for the Elixir SDK.