Shani Elharrar
Shani Elharrar
I have a use case where I call the validation of the form and after that, I run extended validations on the server side. In a case where the server...
I would like to validate a form without changing the validation state. The scenario is that I'm "previewing" the output of the form without asking for user permission in every...
The following code will not send message to the user: ```scala class UnauthorizedAtmosphereClient()(implicit executionContext: ExecutionContext) extends AtmosphereClient { override def receive: AtmoReceive = { case Connected => send(JsonMessage(JString("User is not...
As riemann-dash is not stable enough, Sometimes I move panels and they disappear. Maybe it's a good idea to add an "Undo" operation to riemann-dash. If you have a basic...
Hi. I tried to figure out how to disable those logging messages : ``` 172.17.42.1 - - [14/Jul/2015:06:34:23 UTC] "GET /subs.js HTTP/1.1" 304 0 http://localhost:4567/ -> /subs.js 172.17.42.1 - -...
Hey! Great library, I would like you to add a method to the packer that knows how to pack `CharSequence` (almost the same as string) and use it in the...
HTML compiled files aren't updated.
I'm doing it for documentation, Since I got a problem with it and I managed to solve it. The `TcpTransport` and `UdpTransport` internally cache the IP address of a DNS...