Manuel B.

Results 19 comments of Manuel B.

Hi, can you paste your code snippet? when I execute ``` js var weather; weather = require('openweathermap'); weather.forecast({ q: 'Okemos,MI' }, function(json) { console.log(JSON.stringify(json, false, 2)); }); ``` I get...

Hi @tocaata, thanks for using this software. I probably have to disappoint you: the coffee version was retired a long time ago. `node-qemu-server` faces a complete rewrite in ES6. Now...

@Simran-B shift + cmd + c toggles comments from the keyboard shortcuts help `Toggle comments Ctrl/Cmd + Shift + C` https://github.com/arangodb/arangodb/blob/8dbab2dc97a05d58f880444198319b58351ae8be/Documentation/Books/Manual/Programs/WebInterface/AqlEditor.md#aql-editor-shortcuts

@Simran-B how do you decide if you uncomment or comment? if all selected lines have // at the beginning -> remove `//` otherwise add `//`

HI @espositom221, thanks for reporting. I investigate this issue.

pr #7 fixes this issue.

Hi @solmetricchris, Do you have an examplecode / github repo or something? Do you use the latest jsoneditor version? I personally never experienced something like this.