David Wells

Results 183 comments of David Wells

See https://www.youtube.com/watch?v=dbfTNYgWIuI

and https://github.com/blog/1509-personal-api-tokens On Thu, Feb 23, 2017 at 11:13 AM, Nikos wrote: > I tried to run the setup function, do I need to create an API token? > >...

This project only needs read access for repos (not write). But it doesn't really matter as long as your token is secure and not public for folks to find. Aka...

What is the `sil setup` command you are running? Try debugging your Github API call with PostMan. Plug in a GET api endpoint and add in your username and auth...

Also run `sls logs -f setup -t` to tail your logs to see any error coming back from the lambda function

Oh you are invoking setup locally That won't work run the setup function not locally sly invoke -f setup` > On Feb 24, 2017, at 3:12 AM, Nikos wrote: >...

:) Missing dependancies Run `npm install` in the backend folder and then `sls deploy` then the invoke command again > On Feb 25, 2017, at 8:47 AM, Nikos wrote: >...

Related https://github.com/serverless/scope/issues/12 Probably need to remove the sync-request module and use something like `axios` for requests instead

That would be cool. But isn't something we have planned. The database schema would need to be updated to achieve this. Right now the items store via the issue numbers...

@QuantumInformation scope works for single repos right now. The question is if it can pull in multiple repos into the columns at once.