Simon
Simon
We can get the status of the connection with `navigartor.onLine`. We can also listen for events `online` and `offline`. see https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/Online_and_offline_events - [x] Add event Listener and test on Firefox/Chrome...
The current application is very basic:  We can reuse the styling used on the Phoenix templates from https://github.com/dwyl/app-mvp-phoenix:   - [x] Add Tachyons ~CDN~ css file to project...
 dwylbot is crashing on Heroku when a new event is received. - reproduce the error on localhost to get more information about the issue
 - Why is Heroku running Elixir 1.3? - How to update to 1.4?
The Heroku logs don't display enough information to be able to debug errors and crash:  How to get more information and how to access them? see: https://github.com/dwyl/learn-phoenix-framework/issues/64 https://gist.github.com/mustafaturan/de39ecab9f344c91f495f0f51748f7a1
 Heroku start the server with ```mix phoenix.server``` by default - [x] Create a Procfile which specify to start the server with ```mix phx.server``` see: - https://devcenter.heroku.com/articles/procfile
A Postgres connection is initialise with dwylbot, however dwylbot doesn't use the database at this stage. Removing the Postgres connection will also allow us to avoid the following error: 
The project is currently using Phoenix 1.2: https://github.com/dwyl/dwylbot/blob/04540b1816394d394c266018c287c9550d105690/mix.exs#L36 The version of can be updated to 1.3, we will need to move some files in different folders and make sure that...
The project has currently 7 open PRs (https://github.com/dwyl/dwylbot/pulls)  However the documentation and the Readme needs to be updated before merging any PRs. The list of rules need also to...
link to the two spikes: #6 and especially #21 and #26 This is the main idea how dwylbot will know when to post a comment on Github:  There are...