Heinz N. Gies

Results 164 issues of Heinz N. Gies

**Describe the problem you are trying to solve** We use transmute to get mutable access to the environment during emit arguments. **Describe the solution you'd like** It is probably possible...

enhancement

**Describe the problem you are trying to solve** The assign nested function takes care of assigning values in the form of: ```tremor let some.nested.value[2..6][2]["key"] ``` The reasoning to use transmute...

enhancement

**Describe the problem you are trying to solve** We use `set_local_shadow` to set a shadow variable for a limited amount of time during the execution of certain functions. As it...

enhancement

**Problem** It is possible to create a invalid and non obviously wrong configuration when connecting to non existing ports on sources, sinks or pipelines. **Steps** 1. connect the `in` port...

bug
_complexity:medium
_size:medium

Right now timeouts are counted starting from whatever point in time the test runner first picks them up. Having more cores then test can lead to all tests starting the...

(cql/where (in :MONTH/date [1 2])) results in # :clojureql.predicates.APredicate{:stmt ["MONTH/date IN (?,?)"], :env [[1 2]]} while (cql/where (= :MONTH/date 2)) results in # :clojureql.predicates.APredicate{:stmt ["(MONTH(date) = ?)"], :env [2]}

Building on SmartOS. Credit for this work does not go to me but mostly to @benoitc and @mocchira I barely collected the bits and put them in a PR

The following error is printed when trying to compile erotcksdb under SmartOS: ``` ./c_src/build_deps.sh checking for a BSD-compatible install... /opt/local/bin/ginstall -c checking whether build environment is sane... yes checking for...

Hi people, I'm currently working on a quite similar problem (trying to tame a gazilion metrics) and get some kind of anomaly detection into the mess. So I wanted to...

This needs to be added to the requriemetns.txt: numpy msgpack-python pandas scipy patsy statsmodels