Heinz N. Gies

Results 164 issues of Heinz N. Gies

In the REST source/onramp, when we encounter a payload that either from preprocessors or codec does not create an event we currently return a 400 Response, this is probably good...

enhancement
help wanted

# Pull request ## Description Adds a new window type, state windows, that allow to define windowing borders based on a script ## Related * [RFC](https://rfcs.tremor.rs/0000-.../) * Related Issues: fixes...

**Describe the problem you are trying to solve** Defaulting, or the option to ensure that certain fields are present and if not give them a default value. Today this can...

enhancement
needs-rfc
_complexity:high
_size:medium

This is a starting point of a discussion The current testing framework served us well while we had a handful of tests, but it is showing its age and starts...

enhancement
needs-rfc
_complexity:medium
_size:humongous

Followup on #1248, not a bug or enhancement just something that we should do. Go over the OTEL protocol buffers and double-check that the constraints we place against them match...

usability
_complexity:medium
_size:medium

In many places we just reserve but do not register variables, meaning they're going to be set in the same allocation spot in our local array. This, in theory, could...

_complexity:high
_size:medium

Rust recently introduced support for [Profile Guided Optimisation](https://doc.rust-lang.org/rustc/profile-guided-optimization.html) it would be nice to investigate if / how this affects tremor and if it makes sense to dig deeper into this.

enhancement
_complexity:high
_size:humongous
future

**Describe the problem you are trying to solve** For networking and storage, it would be good to have a stable binary representation of tremor value. This might also enable (or...

enhancement
needs-rfc
_complexity:high
_size:humongous

From Kevin A connector that executes a executable upon receiving an event via the sink part, passes the event to the childprocess stdin, the childprocess stderr ends up as event...

enhancement
help wanted
good first issue
offramp
hacktoberfest

**Describe the problem you are trying to solve** In tremor script we currently have no way to determine what input port an event came from, this makes it harder to...

enhancement
language
hacktoberfest
_complexity:medium
_size:medium