Sanel Z.

Results 39 comments of Sanel Z.

Actually, in Vim, `:ex` is alias to `:edit` (run `:help :ex` in vim). Vim equivalent should be `:exe[cute]` (I believe the title should be updated). In Evil, the why how...

Added small refactoring ideas. Did not check implementation details

I don't think this is a bug. Notice that Clojure Ratio is lazy - actual computation will not be done until is explicitly casted or converted. Take a look at...

Same problem here on Rancher 1.2.0. It's definitely not up to Rancher - I've manually added old [docker-compose.yml](https://raw.githubusercontent.com/galal-hussein/consul-community-catalog/master/templates/elasticsearch-2/0/docker-compose.yml) and [rancher-compose.yml](https://raw.githubusercontent.com/rancher/community-catalog/master/templates/elasticsearch-2/1/rancher-compose.yml) from [this](https://github.com/galal-hussein/consul-community-catalog) repo, and kopf is working without problems.

@rawmind0 how much recent? I've tried to setup ES with `elasticsearch-2` two days ago, from refreshed list and got above failures.

Also to mention, Metabase updates until `0.49.6` worked without problems (that version update failed as well, so I just kept Metbase on `0.49.5`). It also fails on `jdk-11.0.4+11` version

@qnkhuat yes, I have clickhouse plugin. So, after I deleted `/var/lib/metabase/plugins` folder and run upgrade again, migrations passed! Thank you @qnkhuat :) Now, I'm curious, why migrations fail when (some)...

Also, clickhouse driver that might be the problem: https://github.com/enqueue/metabase-clickhouse-driver/releases/download/1.1.3/clickhouse.metabase-driver.jar

@paoliniluis it worked for me after I removed clickhouse driver. Actually, I removed plugins folder completely, leaving metabase to extract a fresh list of plugins. Do you need anything else...