Simon

Results 215 comments of Simon

This issue is linked to the section on how to run locally on your machine dwylbot: https://github.com/dwyl/dwylbot#run-the-project-locally. This section needs a bit more details with clear steps which should answer...

@shouston3 your question remind me that I need to update the doc for this :+1: I've created my [own Github App](https://github.com/apps/simonlabapp) where I can change the configuration of the webhook...

This PR needs a bit more work. At the moment the all the errors are merged together every 5s but the code doesn't check the origin of the error. So...

The logic of dwylbot is based on the diagram but I need to add some technical documenation to describe it with more details

Backround Sync and Sync Manager. Unfortunately these APIs are specific to the Chrome/Firefox https://caniuse.com/#feat=background-sync https://developer.mozilla.org/en-US/docs/Web/API/SyncManager

Currently reading the doc on how to use PouchDB. > Since our API will be predominantly JSON for the main functionality, we can easily conform to the Couch API style...

Following the getting started guide for PouchDB https://pouchdb.com/getting-started.html - [x] Adding PouchDB to the application. At the bottom of the index.html file add the cdn link before the closing body...

The above issue describe quickly the basic "save and get" functions for adding/retrieving captures from PouchDB. Now that we now how do the basic we need to see what are...

![image](https://user-images.githubusercontent.com/6057298/71892194-472cae80-3140-11ea-8a8d-3f2b5b89030b.png) As mentioned above, managing the urls with Elm and PWA are a bit tedious with Github pages. I'm focusing now on creating an Heroku application using a simple nodejs...

Heroku application created: ![image](https://user-images.githubusercontent.com/6057298/71901493-fa54d200-3157-11ea-9369-a8eda1a98b51.png) https://dwyl-elm-pwa.herokuapp.com/ I had an issue where the npm scripts weren't running. Adding `---verbose=true` to the commands I saw that I had defined `ignore-scripts` to false. To...