Björn

Results 5 issues of Björn

At least for ES 0.90, `plugin -install mobz/elasticsearch-head/0.9` actually looks for the branch `v0.9`, rather than the existing `0.9` branch, causing the installation to fail. The most simple fix is...

First, thanks for a superb node. I have a scenario where I have a on/off switch that overrides the schedule, much like the motion detection example in the docs. However,...

enhancement

By default `JMESPath#search` caches parsed expressions in order to improve performance. However, it also takes care to call `#optimize` on each expression. The optimized expressions are not cached, meaning that...

`Observable#subscribe_on` incorrectly referred to the latter, but the class was actually called the former. Looking at similar implementation it seems to me to be more in line with a subscription...

Fix, what I assume is, a typo. Hope the added test is inline with existing ones, since I haven't had the time to get into the tests.