Igor Shymko

Results 11 comments of Igor Shymko

Hi @ericjohnston1989. You are right, json isn't subset of javascript. Then, why `spray-json` (not `spray-javascript` :) ) should handle JS specifics? I guess, this issue should be addressed by [~~spray~~](http://spray.io/)...

Looks like heterogeneous map involved in this example. I guess, [spray-json-shapeless](https://github.com/fommil/spray-json-shapeless) could handle that. Regular nested maps work fine though: `scala> Map("a" -> Map("b" -> 2), "b" -> Map("c" ->...

Hi @liuauto. Please check with [json spec](http://json.org/) for numeric type. Javascript Infinity isn't a valid json number. Thanks.

Hey. I haven't been looking into the mode for quite some time. Probably it just got outdated and something broke around dependencies, but given the "WebSocket open" message got printed...

Hi, @kostafey. I guess you are right. `popup-imenu` is smth that might have been called `psw-switch-imenu`. I'm going to make a PR and make a link to switcher from this...

@VladimirAlexiev thx for the question. From what I remember, choosing 'file should open live preview from a local filesystem via file:/// in a browser. The preview will still use websocket...

@JocelynDelalande Thank you so much for the feedback. I'll try to bring this in as soon as I can.

Hey. `0.0.0.0` is a conventional address, meaning, listen all the IP4 IPs available. Probably, you got more than one address, and listening to some of them is just not possible....