Results 228 comments of Andrew Mackenzie

In the PR you submitted for me (thanks), you say "dist-manifest.json is deprecated." Is this proposed path for this issue (use dist-manifest.json) still valid?

From this (old) issue, do I understand correctly that there is no activity in HAProxy related to supporting wasm plugins, and specifically proxy-wasm ABI plugins? If there is, links to...

alternatively, set a priority on the initializers input and then TAKE them in the correct order.

``` running 1 test test test::test_sequence_example ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s Running unittests examples/sequence-of-sequences/main.rs (target/debug/examples/sequence_of_sequences-70eb752fe6da0c57) running...

Ignore the above error traces, as I have not re-implemented a much simpler sequence flow, in order to reset and start again.

``` Running unittests examples/sequence-of-sequences/main.rs (target/debug/examples/sequence_of_sequences-b699058bbbd6b9a8) running 1 test 4a5 > 2 7d7 < 0 8a9,10 > 3 > 4 10d11 < 5 12a14,15 > 5 > 4 14c17 < 7...

Test files to reproduce it are attached. test.toml generates array/array/number and sends it to the input of sub_flow.toml. E.g. [[0,10], [1, 9]… [10,0]] That sub flow has the input types...

Proposal Re-write Connection to build up a chain of operations and subroutes, before collapsing, so it is aware of the deserialization that will be done at runtime. It indicates in...

[test_toml_.txt](https://github.com/andrewdavidmackenzie/flow/files/12388032/test_toml_.txt) [test_sub_toml_.txt](https://github.com/andrewdavidmackenzie/flow/files/12388033/test_sub_toml_.txt)