Dan Vanderkam

Results 307 issues of 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: ![screen shot 2015-04-17 at 3 14 08 pm](https://cloud.githubusercontent.com/assets/98301/7209216/7b1efb30-e514-11e4-98aa-f5cf607f80c3.png) 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: ![screen shot 2015-03-06 at 2 42 57 pm](https://cloud.githubusercontent.com/assets/98301/6534939/210baec0-c40f-11e4-8a3a-effe682a883b.png) it would be nice if I could see, say, 50 of those lines...

enhancement

From `webdiff`: ![screen shot 2015-03-09 at 7 02 16 pm](https://cloud.githubusercontent.com/assets/98301/6566329/d5bfe9c2-c68e-11e4-908e-bd07280bcae6.png)

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: ![screen shot 2015-03-09 at 11 45...

enhancement

Blank lines aren't visibly selected: ![screen shot 2015-03-06 at 12 45 15 pm](https://cloud.githubusercontent.com/assets/98301/6530418/c2f2ecb4-c3fe-11e4-9b3a-98ee860ab65a.png) They are copy/pasted, but you wouldn't know if from the display.

bug