Suan Yeo

Results 28 comments of Suan Yeo

So I'm very close to completing the rewrite of the backend, which will remove all Ruby dependencies and be _much_ more performant. I'll look into this after that. However, I...

I suppose the websocket could inform the server when the user is leaving the page, and the server could reinitiate the websocket upon the next request, or something to that...

Alright, so here's what I think: I can add a MultiMarkdown option which you will use by specifying a flag when you start the server, something like `instant-markdown-d --multimarkdown`. Then,...

Yeah that has definitely crossed my mind. Right now I'm working on the Ruby rewrite and I'll try to abstract out the parser so that the user can provide an...

Dunno if you'd consider this "easy", but how about when you have the markdown preview open in your browser, use your browser's "print to PDF" functionality? On Fri, May 20,...

@mmaietta Thanks – I definitely do get the `update-downloaded` event just fine. It's not straightforward for me to update to a very recent Electron version, but I can try upgrading...

Hey so sorry, a bunch of other stuff got in the way and continues to get in the way XD What’s interesting is at some point an update succeeded. I...

I am seeing this too, but instead of only within Spork, I see it only on Linux (not on OSX) Doing an operation such as ``` DecNum('15.47928602931972642303350358') * BigDecimal('500.00000000000000000000') ```...

So, for me at least it seems like a Ruby build version problem. Upgraded from 1.9.3-p125 to 1.9.3-p194 and it went away. Worth giving a shot.