Matthias Wahl

Results 124 comments of Matthias Wahl
trafficstars

those deps come in transitively via tide.

Nice! Please apply via the LFX site once it appears here as a mentorship. This might take some days: https://mentorship.lfx.linuxfoundation.org/#projects_accepting We will handle it from there. Here is a tutorial-like...

Hi @dak-x it would be cool to not rely on the tokio runtime that is used for the rust aws-sdk, but changing the codegen tool for the aws-sdk (smithy-rs) is...

Also i wouldnt worry about the SDK being experimental. This is fine!

Interestingly, rewriting the above with the snippet below works just fine: ```tremor define flow snot flow define connector client from http_client args url with config = { "url": args.url }...

This works! Which hints at an issue inside the `ConstFolder`.

Just a thought: We could also go super low-level and support any [RESP](https://redis.io/topics/protocol) command, if those are representable in a json-like structure. The responses also need to be encoded in...

This can be solved using the `tcp_client` connector on the `connectors` branch and a `std::redis` tremor-script module could help creating the RESP formats.