Mark Smith
Mark Smith
- Operating system and version: OSX 10.11.6 - How did you install `nvm`? (e.g. install script in readme, Homebrew): curl - What steps did you perform? I ran this script:...
I created this example while building my site after going down quite a nasty rat hole trying to use 3rd party libraries to create partials/layouts. In fact it's possible to...
I’m trying to view a directory from “On my iPod” in the running ish instance. I tried adding a filesystem in the settings (filesystems > import) but though I can...
I use the debug module a lot. It’s great. One thing I’m finding an issue though is with CLI apps, because these tend to use console.log with something like [chalk](https://www.npmjs.com/package/chalk)...
Seems to me that non url GUIDs would be more portable. However I’m getting the following error from feed validators: ``` guid must be a full URL, unless isPermaLink attribute...
I have been having an issue where date strings are being converted to date objects but I want to keep them as strings. The load function works without a schema...
When I pass a redis client I created earlier as an option the cache is always skipped. Looking into the code the cache is always skipped when this.connected === false:...
I'm not familiar with newman, so no idea how to debug this, there is just two json files, where is the code? ``` /tmp $ git clone https://github.com/gothinkster/node-express-realworld-example-app Cloning into...
- Add mongoOptions containing SSL details to mongoose.connect - Upgrade mongoose from 4.4.10 to 5.2.5 - Upgrade mongoose-unique-validator from 1.0.2 to 2.0.1
I’m trying to get an [xmlrpc](https://github.com/baalexander/node-xmlrpc) server running in a serverless function. I’ve had very good experience in the past with serverless-http and express apps, so I figured I’d try...