Heinz N. Gies
Heinz N. Gies
**Describe the problem you are trying to solve** With more complex pipelines and scripts that make use of the state a repeated pattern is initializing the state. As of now,...
**Describe the problem you are trying to solve** Right now integration tests are described by a mixture of YAML and JSON this is inconsistent and forces users to deal with...
**Describe the problem you are trying to solve** The google authenticator library we use [gouth](https://github.com/mechiru/gouth) is blocking, this can cause problems since we might starve our executors. **Describe the solution...
**Describe the problem you are trying to solve** The unit testing framework uses a large number of arguments in most of it's functions, this can be unwieldy and easy to...
Error handling is a significant part of any project, historically we picked error-chain as an option for dealing with this, at the time it was the defacto standard in rust....
**Describe the problem you are trying to solve** We should optimize assignments, right now if we take and replace a value we do unnecessary clones, which could be avoided for...
**Problem** As part of the integration tets we only support textual comparisons, without understanding of the structure: `contains` checks if a given string exists somewhere in the file `equals_file` checks...
Error chain is starting to become more and more depricated and no longer the defacto-error handling library in rust. One of the promising alternatives that seems to have an active...
**Describe the problem you are trying to solve** Tremor Script is growing in capabilities and complexity. We started with using an EQC based specification on the language to cover the...
**Describe the problem you are trying to solve** The testier the better, to improve robustness on tremors tests it would be nice to run those that can be with [miri](https://github.com/rust-lang/miri)....