$ elm make Main.elm
-- NAMING ERROR -------------------------------------------------- ././Model.elm
Cannot find variable `Kinto.sortBy`.
467| |> Kinto.sortBy [ sortColumn ]
^^^^^^^^^^^^
`Kinto` does not expose `sortBy`. Maybe you want one of the following?
Kinto.sort
Detected errors in 1 module
The example wouldn't compile, as sortBy was removed on https://github.com/Kinto/elm-kinto/pull/32, I'm using sort instead.