Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

Just opened a PR to add a simple CLI for checking schemas: - https://github.com/higlass/higlass-schema/pull/3 > Yeah, this makes sense. Thank you! I'm thinking that plugin repos could have a small...

> By the way, why do you use the name EnumTrack? From what I can tell, that's meant to reference tracks that are in the base higlass distribution? I bootstrapped...

Schema tests had been turned off for a while. Good thing we didn't merge. Need to have a closer look.

Nope! I just need to spend some time and look at it.

Just to be clear, making a dependency external in the webpack bundle or a peer dependency are two different things. We could make `react`/`react-dom` and `pixi.js` regular dependencies but still...

> If a dependency bundle is minified, how would the bundler know which code to dedup? Even unminified, bundlers aren't smart enough to recognize that code is duplicated. Bundlers essentially...

Any way I can help push this forward?

hmm actually, this aliasing of globals might be breaking things now: https://github.com/higlass/higlass/blob/develop/app/scripts/configs/globals.js

> Just to confirm, when you see this issue the criteria for detecting refreshing is not just seeing a flicker on the screen, is it? Yes, I believe I saw...

Currently we maintain an incomplete set of higlass of types internally [in gosling.js](https://github.com/gosling-lang/gosling.js/blob/master/src/missing-types.d.ts). Ideally we could generate .d.ts files for higlass directly from the JSDoc comments, but I haven’t had...