Matthias Vallentin

Results 48 issues of Matthias Vallentin

[Mindroid](https://github.com/Himmele/Mindroid) seems to offer actor-like semantics as well. It would be nice to compare against it at some point. Here is a hello world example: ``` #include #include "mindroid/os/Message.h" #include...

idea

Another ratatouille of docs improvements: - Rewrite platform installation docs - Rename "Previous Reference" to "Deprecated Reference" - Add a new page on how Tenzir works

docs
improvement

This PR adds `strftime` and `strptime` methods with the usual semantics.

feature
engine

I'm struggling with getting the CLI to work with the invocation that is supposed to accept only 3 parameters: ``` ❯ community-id -v tcp 45.146.166.123 198.71.247.91 Error in tuple string...

This PR introduces a new `uuid()` function to Tenzir, supporting a variety of different ways to generate a UUID: - v1 - v4 - v6 - v7

feature
engine

Would it be possible to offer a TCP? When it comes to shipping the events to remote destinations, a file-based approach is often brittle and requires extra tooling to get...

## Summary This PR implements a new `to_http` sink operator that sends HTTP requests without processing responses, designed for webhooks, notifications, and data forwarding use cases. ## Implementation Details ###...

### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...

enhancement
area:core