Ashish Gaurav

Results 15 comments of Ashish Gaurav

The roundoff thing is what I have been doing using intDiv, it's just that for when checking the subqueries of large joins and `select *` it becomes very cumbersome Will...

Yeah sounds good, will submit a PR after trying it out. For now I am using the mouseover callbacks for showing the node or link details.

Might have been for ensuring that page size is never less than 1 (which will make number of pages infinite) but the ceiling function does that any way. Ideally even...

i am seeing this as well with v1.4.0

I am planning to use a worker to run a websocket which does some post-processing on the incoming data stream before handing it over to the angular service with `notify`....

@BigFatDog Great Work! Is there a doc on the new API or [api-breaks](https://github.com/BigFatDog/cubism-es#api-breaks) is the only change?

@kerneis In package.js change [line#6](https://github.com/square/cubism/blob/master/src/package.js#L6) to ``` js cubism = require("./cubism").cubism; ``` As for d3 v4, I too will suggest on keeping the current version as it is and develop...

hey @dayer4b thnx for reporting this. looks like the `graphviz` library needs `glibc version >= 2.29`. `graphviz` is used to generate the dependency graph b/w SLO, alert rules and policies....