Jordan Rash
Jordan Rash
Hi @Taction ..... there are some experimental Go providers out there right now. The current status is that @stevelr and I are in the process of finalizing the first pass...
No worries! I will ping you here once the code gen and SDKs are in sync...give me until the end of next week :-)
Did we land on anything WRT non-wrapped `Option`?? I would like to see it return a `*value` if possible. Other then that comment, I think your summary looks great to...
I spent the last few days messing with the output of `wit-bindgen tiny-go`. @lann has pretty much summarized my feedback nicely. I was okay with the variant code gen, but...
Thanks for the feedback @sunfishcode!! I agree with you that the `list` syntax is not ideal and I agree on all your points WRT uniqueness and order. I would love...
Zhou just pointed out to me that I missed your point that `List` has an order, and can have repeated keys, which are different from a map. Now that I...
Bailey saves me. That link she shared is my exact example. In that smithy file (of which I am in the middle of converting to wit), there are 3 types...
~I'm a little confused as the tests that are failing in Travis are passing locally...~ ```bash === RUN TestJetStreamLeafNodeClusterExtensionWithSystemAccount === RUN TestJetStreamLeafNodeClusterExtensionWithSystemAccount/true-true === RUN TestJetStreamLeafNodeClusterExtensionWithSystemAccount/true-false === RUN TestJetStreamLeafNodeClusterExtensionWithSystemAccount/false-true === RUN...
@wallyqs I will wait until this PR gets review and accepted/rejected before I squash all the commits. Thanks a ton team!
Went ahead and rebased onto lastest `dev`