Anand Nadar
Anand Nadar
Found something strange in my application when I used the slider, Chrome reported performance issues and was constantly spitting out "[Violation] 'setInterval' handler took ms" in the logs. Within few...
+1 this breaks in our case too. Hoping for a fix soon.
This is fantastic. Will test a little more when completely integrated with our central file system to see how the performance is.
I guess the flexibility around having global and local base directory makes sense. Currently all our logs are centralized in to a cloud file system. So having that global one...
This is well thought through and should work. The user home default is nice idea that way nobody is exposed to begin with. In case if we have a /pub/home/**...
Actually I wasn't aware of the remote feature, this sounds new. Its already released or work in progress. Couldn't find any documentation on the agent.
I see it now https://github.com/Toparvion/analog/wiki/application.yaml and the wiki pages have few examples as well. Missed seeing it for some reason. Would like to understand this architecture better, are we saying...
I am thrilled hearing service discovery as originally my thinking was around it but then at the same time restrained myself as it could complicate Analog by integrating in to...
> > this may not work in cases where processes are independent and not discover-able in nature > > Yes, I totally agree with you and that is why I've...
Yea, I got a little excited about service discovery but then soon realized it would mean adding dependency on other frameworks which is not a good thing. But yea this...