Kyle P Davis
Kyle P Davis
FYI, here's an example that I found in `term.js` that was a good baseline for tweaking my `term.less` file: ``` css .terminal { float: left; border: #000 solid 5px; font-family:...
Just to update this, I wanted to let you know that: 1. we found some serious issues with this fix (breaks with literal values as arguments, for example) 2. that...
@leftyhitchens That test parses `arg1,{"r1":1,"r2":2}` but it fails in the case where there are literals in the string, such as: `1`, `true`, `false`, `null`, etc. So something like `arg1,42,{"r1":1,"r2":2}` fails....
Same here. OS X Yosemite 10.10.2 Safari Version 8.0.4 (10600.4.10.7)
Thanks for the quick response! I definitely think that `puppeteer` is too big to be included with `markdown-preview-enhanced`. On the other hand, I don't think that `mume` should prevent it's...
Hey @shd101wyy, thanks for looking into this. It looks like that code forces _global_ module resolution but here I actually need the ability to use the standard _local_ module resolution....
Seems to be working. Thanks!
As @thejameskyle mentioned this build error seems to have been fixed in #78. The main issue now is that a v0.2.5 version hasn't been released yet. To simplify what @akwangho...