Jim Vallandingham

Results 14 comments of Jim Vallandingham

these are all awesome!! should we try to sub-categorize, or just leave them in a semi-sorted list?

translation branch provides basic support: https://github.com/vlandham/js_data/tree/translation/ General idea is this: - converted all source from docco to straight markdown - every language / locale gets its own sub directory in...

capabilities now merged into master. will keep this open until translations are in repo.

good idea! I'll work on fixing that.

+1 to this! Was just reading the paper again with the hope that this could be used in a number of different ways for biological pathway visualization. Would be great...

Clarification from call: We want to focus on render time. Specifically, `plot-list` appears to be a good starting point for what we want to benchmark

this tool from Facebook should be useful for this timing process: https://facebook.github.io/react/docs/perf.html You should be able to attach it to `window` and then from the console: ``` window.Perf.start() // load...

interesting! I unfortunately haven't kept up with the current state of Rails JS pipelines, so I'm not exactly sure how to go about debugging. perhaps the initial `d3.select('body')` isn't getting...

Ah yes. its a great feature of that graphic - and one that is ignored in this tutorial. I haven't tried, but I think this could be accomplished with an...

very nice! thanks for posting your solution to this.