Patrick Sullivan
Patrick Sullivan
Thanks for building this; lots of good tips buried in the code. However, it doesn't run out of the box. Things I've encountered so far: http-proxy not defined: solution is...
Production deployment services like heroku typically use a diverse set of "standard" providers, each with a similar format but their own environment variable. It'd be nice to support these "out...
Hello, forgive me for taking some liberties with your publishing structure. This change enables a second npm package that includes only the resources and dependencies needed for a production deployment...
Background: - the express session store touch semantic is used to update the session expiration and assumes the session body will not be changed. This semantic is necessary to support...
A custom id mapping can be provided. Examples: // do not trim the whitespace from the string ends (the current default) 'idTransform': fn(s) { return s; } // apply html...
This fixes issue #1
A custom id mapping can be provided. Examples: // do not trim the whitespace from the string ends (the current default) catalog.setIdTransform(fn(s) { return s; }) // apply html whitespace...