breki
breki
### Description FSharpLint suggests I should replace lambda expression like `fun x -> -sin x` with composition, which makes a much less legible code (like `sin >> ((*) -1.)` or...
~~On some countries chart Slovenia is an outlier and, when shown, hides information about the rest of the countries. A switch to hide Slovenia should be provided (probably somewhere in...
The "highest values" countries set is currently hard-coded, based on the ranking when that feature was implemented. One idea is to reuse the OWID data downloaded by World Map to...
Either similar to the ones we use on other charts, or something like "2nd wave", "1st wave", "all". The default would be 2nd wave. If possible, data from OWID/Edelweiss would...
Data source URL: [https://api.sledilnik.org/api/retirement-homes](https://api.sledilnik.org/api/retirement-homes)
Data URL: [https://github.com/sledilnik/data/blob/master/json/mizs-stats.json](https://github.com/sledilnik/data/blob/master/json/mizs-stats.json)
MIZS data showing new infections among pupils and schools employees could be used to show these two categories separately in the Infections chart (we just subtract them from the "rest"...
Copying @mkadunc's description: > a) predelati tako, da delež računa kumulativno samo glede na izbrano obdobje, ne vedno na vse skupaj. > b) dodat izbiro “2.val“ oz. “od 1.6.” >...
Attempting to use ETag as an efficient way to compare between the versions of downloaded objects (instead of using structural comparison). Right now I have a problem that `Fable.SimpleHttp.HttpResponse.responseHeaders` do...