Коренберг Марк

Results 147 comments of Коренберг Марк

I meant that this will be not so clear for future users of ccache after merge.

I think this issue should be closed.

Here is the patch: ``` --- smoothie.js.12015-02-15 01:26:37.000000000 +0500 +++ smoothie.js>2015-12-08 02:15:18.206009660 +0500 @@ -702,8 +702,9 @@ if (seriesOptions.fillStyle) { // Close up the fill region. context.lineTo(dimensions.width + seriesOptions.lineWidth +...

Maybe you should add an option to switch between old and this new behaviour.

6 years... I forgot what I wanted...

Why not to use textarea-based terminal? i.e. not canvas-based? Like jslinux have. Also this: http://stackoverflow.com/questions/4609765/manually-triggering-the-iphone-ipad-ipod-keyboard-from-javascript

http://www.cybelesoft.com/zscope/web-terminal-emulator.aspx Seamlessly integrated with mobile touch keyboards. Additionaly, virtual keyboards could be launched when necessary. It will be nice if you explore how they implement it.

I understand,but babeljs transform ES6/ES7 code to ES5. That's why this code CAN be run in browser.

When I talk about ES6/ES7 I mean code (user interface) around jor1k core, and maybe also some asynchronous tasks like getting blobs from server. I don't consider moving emulator itself...

1. `--json` writes to stdout (that's OK) 2. report goes to stdout too. And outputs get intermixed. (that's bad)