Closed ckuetbach closed 4 years ago
You're running into this with Ruby 2.5 since it wasn't until Ruby 2.6 that Hash#merge got support for multiple arguments. The Hash#merge usage here just needs to be rewritten for Ruby 2.5 support.
Just need to figure out, how to update ruby to 2.6 within Ubuntu 18.04 LTS within Windows WSL :)
@ckuetbach A temporary fix will be to upgrade your Ruby to >= 2.6.0 while we work on rewriting the logic behind this.
You can use RVM in Ubuntu I think. Then you can switch versions easily.
Do you have RVM?
I just installed it and ruby 2.7, and now it runs, BUT:
~$ kovid histogram de 3.20
+-------------------------------+
| ❗️ |
+-------------------------------+
| No infections for this month. |
+-------------------------------+
Sources:
* JHU CSSE GISand Data
* https://www.worldometers.info/coronavirus/
I really would like this nummber were true.
You'd want to be doing this instead
kovid histogram germany 3.20
y-axis
= number of cases
x-axis
= dates in the given month
Thanks a lot, I was confusing the parmeter.
kovid check de
works like kovid check germany
Some commands gives ArgumentErrors
~# kovid eu