Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
@dagger/sdk-elixir 👋 can you help review about this, please?
Rebased changes. :)
1st bug: status: 🟢 Fixed! There's no way to declare a function that wants only self object. The workaround is to pass `[]` as a second arguments. Here is an...
2nd bug: From example in the 1st bug, it cannot call chain method because calling module detect only `Dagger` prefix. For example: ``` $ dagger call init image runtime ✘...
I port json serialize/deserialize from this PR to https://github.com/dagger/dagger/pull/9596 to fix return object crash issue so this PR should be smaller after that PR merged.
I found the root cause, but I have no time to fix it today. 😢 Will ping you once it is ready.
> I found the root cause, but I have no time to fix it today. 😢 > > Will ping you once it is ready. Fixed
@jedevc Sorry for the trouble. The issue occurred after merged the integration test PR. The issue is now addressed. 🙏
I never see this error before ``` OS monotonic time stepped backwards! Previous time: 379847043754 Current time: 379847041521 ``` Try re-running…