Dan Vanderkam
Dan Vanderkam
Here's what my `sources` array looks like: ``` javascript var sources = [ { name: 'Genome', twoBitURI: 'http://www.biodalliance.org/datasets/hg19.2bit', tier_type: 'sequence' }, { name: 'VCF1', tier_type: 'memstore', payload: 'vcf', // uri:...
It would be nice to get some kind of notification when a track has finished loading, regardless of whether it's the initial load or triggered by a call to `browser.setLocation`.
e.g. on the biodalliance.org page, when I hover over the "
When you display a BAM track, dalliance has to load a large (often 10+ MB) BAM index file before it can display anything. It would be nice to give some...
To reproduce: - Visit http://www.biodalliance.org/human37.html - Type in "20:2,684,623..2,684,723" and hit enter to zoom to that part of chr20 - Click & drag to scroll to the left. Eventually you...
It's not terrible, but the added comment plus character diffs produce a sub-optimal rendering:  It would be better if the comment were...
e.g. when I run `webdiff https://github.com/danvk/dygraphs/pull/534/files`, I see this:  it would be nice if I could see, say, 50 of those lines...
From `webdiff`: 
github shows the function that the diff you're looking at is part of, even if its declaration is many lines outside of the diffhunk:  They are copy/pasted, but you wouldn't know if from the display.