Shani Elharrar

Results 47 comments of Shani Elharrar

@havocp - Can we set another way to quote values (i.e, `p"myPassword"` for passwords), I've noticed that when rendering the configuraiton - We're able to see if the value is...

I think you should use `\` instead of `\\`. ```scala import org.json4s._ import org.json4s.jackson.JsonMethods._ val json = parse(""" { "name": "joe", "children": [ { "name": "Mary", "age": 5 }, {...

You need to register a key serializer (which serializes your BaseTrait to a simple string) because the map serializer tries to serialize your key as a key of JSON map.

> Watches are implemented using blocking queries in the HTTP API. Agents automatically make the proper API calls to watch for changes and inform a handler when the data view...

It's pretty easy to implement on this client, I managed to do so without any need to modify the client. Good job @vgv and ecwid :+1:

Looking forward for this to be merged.

Use LibLog :+1:

I'm really interested in custom styles, Mostly I want to add ``` css .container { overflow:scroll; } ``` I'm also interested in custom `behaviors`, I would like to change the...

Created index.swig (Empty file), Run : ![screen shot 2014-01-25 at 11 21 25 am](https://f.cloud.github.com/assets/746471/2001334/1faf5cae-85a2-11e3-91ad-d8fdfe64da19.png) index.html file is an empty file (As expected), Updated index.swig content to "Hello World", Nodefront console...

There is a problem with the implementation. It doesn't send a new "isValid" value which based on the latest validation data. I'll be happy to have some guidance if you...