Mark Stosberg

Results 518 comments of Mark Stosberg

@douglasjunior, submitting a PR or offering to pay someone to fix it may be more effective.

@douglasjunior You might also check out the [authorized](https://www.npmjs.com/package/authorized) module, which what I ended up using.

What order would you expect them to be read in, in case some the same keys are contained in multiple files. alphabetical order?

I'm switching to nodemailer myself and have no plans to implement this.

Are you comparing the current approach returning strings or returning Error objects?

I agree that returning an Error object instead of plain object could be helpful. The properties `Type`, `Code` and `Message` were chosen for consistency with the other responses that Amazon...

@anazawa, I only intended the feature to work in CGI::Application. Implementing and documenting it in PSGI::Application would certainly be simpler, as there is only one code path. Still, I think...

Considering @gustavklopp got this working, I think this issue can be closed. If others run into problems on LibreOffice 6.x, file a more specific bug report than "it doesn't work".

@Alecto This is not the right place for your question. This is the bug tracker for the `gulp-help` project, which your question doesn't relate to. Try StackOverflow.

You are right, Git appears to depend on Perl, at least on Ubuntu: ``` http://packages.ubuntu.com/precise/git ``` In terms of basic installation instructions, I'm not sure, so I have no patch...