Heinz N. Gies

Results 164 issues of Heinz N. Gies

**Describe the problem you are trying to solve** As of now `cargo-rpm`, the tool we use to generate RPM packages is unmaintained: https://github.com/iqlusioninc/cargo-rpm/issues/96 **Describe the solution you'd like** Switch to...

enhancement

**Describe the problem you are trying to solve** We currently can't create debs or RPSs during the PR pase as cargo-rpm and cargo-deb have bugs that prevent using non release...

enhancement
blocked-on-external

**Describe the problem you are trying to solve** Sliding windows can be used in various usecases and would compliment the current tumbling windows. **Describe the solution you'd like** TBD via...

enhancement
needs-rfc
_complexity:high
_size:humongous

**Describe the problem you are trying to solve** Code like this, where we split the stream into multiple conditions is fairly common: ``` # this is simplified to illustrate the...

enhancement
performance

**Describe the problem you are trying to solve** With pipelines, we have now the chance to know what ports exist so we can guard against sending to unknown ports and...

enhancement
language
usability
mentorship

**Describe the problem you are trying to solve** We often have the situation where we match and extract data in a `case` clause, this data is stored in a nested...

enhancement
language
needs-rfc
_complexity:high
_size:medium

for the simple case of connecting standard ports (in / out) it would be nice to be able to chin connects like this: ``` connect /connector/input to /pipeline/main; connect /pipeline/main...

language
needs-rfc
usability

**Describe the problem you are trying to solve** We often encourage using of multiple use from the same space. **Describe the solution you'd like** It would be nice to have...

enhancement

**Problem** We have a number of tests that are extremely falaky in CI, this makes for a terrible contributor experience, re-running a 20m ci run because of bad timing is...

bug

**Describe the problem you are trying to solve** Right now codecs can't be configured or defined, this means every codec has to be hard coded instead of allowing us to...

enhancement