Dan Chiarlone
Dan Chiarlone
~re-enable aws tests, and Kafka.
~tracked by #382
> after our discussion today regarding the Dapr alignment, we've decided to: > > * chat with the Dapr folks, > * add a "compare and contrast" section to the...
bringing this back as now we have an implementation of the HTTP capability
~need to create a WASI proposal.
> Please note that I just pushed one more commit (so we can pop it off if people hate it) to change how `request-multi` works. One of the uses of...
> @danbugs So the more I look at this, the more I think having request and request-multi is what causes the problem here. As it currently stands a `request-multi` with...
I am closing this PR in favour of #24 which intends to simplify the wasi-messaging interface and hopefully remove some points of contention. cc: @thomastaylor312 , @lukewagner , @brooksmtownsend ,...
I fixed this manually by adding a guard variable to the `eval "$(starship init bash)"`. So, instead of just doing the `eval`, I do: ``` if [ -z "$__STARSHIP_ALREADY_INIT" ];...
> What's the correct behavior on the host's part when content-type and/or metadata is set in the guest message, but not supported by the underlying implementation? I'm a bit unclear...