Mark Stosberg

Results 174 issues of Mark Stosberg

I'd like to edit JIRA issues in Markdown instead of JIRA's custom syntax. To support this, the website needs to passed to the server, as already requested in #7. From...

Once both files are open, I expect `:A` to restore my previous location in the alternate file, Instead it keeps resetting the location in the file back to the top...

Consider replacing `getUid()` with [secure-random-string](https://www.npmjs.com/package/secure-random-string) for cryptographically secure random numbers. It has the option to continue to make them 16 characters log as before if you prefer.

A great color scheme to remind you that you are hot-patching the production server instead of the identical looking development server.

gulp tasks can be defined inline: gulp.task('task-name', function () { ... }). For the gulp4 branch, please document if it's possible to integrate "gulp-help" with them, or simple note if...

Also, are file-format specific options support, like compression level for JPEG?

Mentioning that Perl is a dependency could also be helpful.

The documentation should clarify how it's determined if the user is already logged in or not. The answer is that the user is considered logged in if either `req.isAuthenticated` or...

I'm considering adding a 'monq' job queue to an existing database. It would be helpful if the names of any collections used were documented so it would be clear if...

Some examples of calling `select()` are shown, but there is no formal documentation of the object returned. Exactly what attributes and methods does it have? Is it always an array?