Justin Hamade
Justin Hamade
I think Async Programming and Node Event loop are a bit too large of a topic to be covered by this tutorial and are a bit out side of the...
@HyperBrain would like to help with this feature but not sure where to start. Could you provide any direction? Thanks.
https://readthedocs.org/ is also a good and free documentation platform but it is outside of the github ecosystem.
Just tried it. Had to make one change to get it to work [line 96 lib/create.js](https://github.com/steyep/alfred-jira/blob/feature/1-create-issue/lib/create.js#L96) ``` let assignee = (users.find(user => user.username == issueConfig.assignee) || { name: '' }).name;...
I would be willing to volunteer as well
@tony-gutierrez Seems to be missing quite a bit No table.update https://github.com/automategreen/dynamoose/blob/master/lib/Table.js#L327 And it looks like there is only ability to add indexes when the table is created. Also using Q...
We use winston so this causes issues for us as well.
Have not gotten around to writing them, not sure if I will have time.