Jason Mulligan

Results 22 comments of Jason Mulligan

I'm probably not going to get to look at this until the weekend, or next week. It's semi-important for a work project, but not highest priority atm.

You're welcome to fix npm bugs.

sounds good to me.

Hi, when is 2.0 expected to ship? For a quick fix I added this npm script to my package.json, `"postinstall": "sed -i '' 's/=== 10/=== 1e4/' node_modules/showdown/dist/showdown.js",`

sounds like a gap that should be fixed

@pankajvishwani that scenario is midway between 2 existing solutions, being the file on disk or the function. The solution is to simply fetch the remote file and process as if...

ugh, misclicked in the ui.

Pretty sure you'd need to take this to the core, since this lib just setups a js vm via `child_process`. I can't change how it works from downstream.

changing to it to be buffer aware is likely good, kinda breaks everything though. if you could make it work consistently it should be ok 👍