pravdomil
pravdomil
Now there is no way how to update/upgrade elm.json packages. It was confusing for me, because I was searching in `elm --help` and there is no mention. The alternative way...
Now there is no way how to install package at specified version. I would put a note into `elm install --help` how to do that. The alternative way is to...
Hello, I found no way how to do: ```elm if task succeed then do task2 else if task failed then do task3 ``` Someting like: ```elm andThenWithResult : (Result x...
Hi, I was searching for function that gets things from Dict/Set by prefix (for indexing purposes). So I found that `fold*WithOrder` function would be quite handy. ```elm foldlByOrder : (k...
See diff. I don't know what "cons" means. But "constructor" means something.
Hello, thanks for updated homepage @terezka. I have done some user testing and if I user wants to go to for example community section from homepage, as soon he moves...
Hello @terezka. Thanks for updated try editor. I got some ideas. I would keep the toolbar on the top. It creates natural visual hierarchy. Logo on the top left. (It...
this is more robust then file type checking

like this one ```elm type ItemId = ItemId String itemIdToString (ItemId a) = a ```