Simon

Results 205 comments of Simon

Using Distillery and Edeliver we can use hot code upgrade (updating the code to a new version while the server is still running). However `mix release` doesn't provide hot code...

Yes I think `git` is already installed on Heroku. I've tested this by running `git` command on a Phoenix application, and it returns the help output for the command. I've...

There is an online repl http://elm-lang.org/examples/hello-html but it doesn't seem that there is an option to share your code. I think it's one of the feature that might be updated...

Thanks for the link to your repository @ondrej-tucek , I'll definitely have a look at it and try to give you some feedback :+1:

I've done more research and reading (especially https://github.com/evancz/elm-sortable-table) to try to understand how to make the code reusable. I think the main two concepts to remember is - to have...

It seems that more debugging tools will be available also on the next version of elm (0.18): https://youtu.be/DSjbTC-hvqQ?list=PLglJM3BYAMPH2zuz1nbKHQyeawE4SN0Cd&t=1633

![image](https://user-images.githubusercontent.com/6057298/68791330-f9fcf680-0640-11ea-99bf-15661bf496af.png) The most interesting aspect are the ones linked UI and css but it's also always good to refresh and read other explanation for topic we are already comfortable with....

[![image](https://user-images.githubusercontent.com/6057298/73269323-8183eb80-41d4-11ea-988b-3809ae30b693.png)](https://www.youtube.com/watch?v=RN2_NchjrJQ)

A 'productivity app' is for me a tool which help you achieve your goals. The app should allow you to: - Define precise goals - Define list of tasks to...