#hi folks! was pleasantly surprised to
1 messages · Page 1 of 1 (latest)
Hi, nice to see Elixir/Erlang dev here. 🙂
we didn’t have a proper document about feature support. The SDK on the main branch are lacks of:
- default argument
- constructor function (see the PR https://github.com/dagger/dagger/pull/10446)
- return the other types in the module. I’m currently working on this.
- the Otel support (https://github.com/dagger/dagger/issues/10216)
you can also see the issues and progress at https://github.com/dagger/dagger/issues?q=state%3Aopen label%3A"area%2Fsdk%2Felixir"
GitHub
What are you trying to do? Here is the OTel link: https://opentelemetry.io/docs/languages/erlang We might use Go SDK as a implementation reference. Why is this important to you? No response How are...
awesome, thanks! still experimenting right now but maybe I'll pick up the default argument issue if we end up going more all-in on dagger!