Dan Vanderkam

Results 337 comments of Dan Vanderkam

There's also a fully conformant implementation available: https://github.com/danvk/pyjsonselect

I noticed that `Pick` preserves JSDoc but some simple variations do not: ```ts interface Person { /** Person's name */ name: string; /** Person's age */ age: number; } type...

TODO: this chops off the last line of files w/o trailing newlines **2024**: to repro, run `git webdiff 12bdbcc2629086b9c253ad1e1695d38ca0763692..1400f38a40f31b4aac4a95f42d0161ade4d2ca16` in the refstudio repo and look at `CollapsibleBlock.tsx`. This seems to...

@pzavolinsky what are you imagining is in `tsconfig.json`? I tried it with this: ```json { "files": [ "src/index.ts" ] } ``` and got no errors: ``` $ ts-unused-exports tsconfig.json 0...

The flag + `done()` approach would work; it's similar to how [qunit](http://qunitjs.com/cookbook/#asynchronous-callbacks) solves the problem. I'd like to look into how CasperJS implements its [`waitFor`](http://casperjs.readthedocs.org/en/latest/modules/casper.html#waitfor) methods. It's a much nicer...

For biodalliance, see https://github.com/dasmoth/dalliance/pull/121 For pileup.js, you specify it in your `BamSpec`: https://github.com/hammerlab/pileup.js/blob/893495424f56f33e27f8aeb8b93f1dd441afb847/src/main/sources/BamDataSource.js#L118

At least for pileup, a desirable solution would be to implement a custom data source which uses the Cycledash API for variants in a run. (See #685)

Currently we only show tumor/normal. @timodonnell would like to see RNAseq in there, too.

@arahuja @timodonnell @ryan-williams is this something you guys want? What would you want it to link to, exactly? The standard collection of tracks for hg19 at each particular locus?

It would be useful if you wanted to learn more about a specific locus on the genome using information unrelated to the specific run, e.g. determining if it's highly conserved...