SEHI L'YI

Results 143 comments of SEHI L'YI

To be able to replicate, I assume you are using the `experimental.reactive` flag and changing the `width` of all tracks in your specification considering the size of the parent container?

Thanks for giving more information. It looks like the `reactive` option is not related to this issue. Could you check on the browser inspector whether the size/padding/margin of the Gosling...

Thanks for reaching out! I agree that we should support Codesandbox. This may be related to workers (threads) we use for BAM and VCF files: - https://github.com/openlayers/openlayers/issues/13046 - https://github.com/codesandbox/codesandbox-client/issues/6313

example spec: ```ts { "xDomain": {"chromosome": "3", "interval": [10140000, 10160000]}, "centerRadius": 0.1, "layout": "linear", "spacing": 0, "tracks": [ { "title": "HiGlass", "data": { "url": "https://resgen.io/api/v1/tileset_info/?d=M9A9klpwTci5Vf4bHZ864g", "type": "bed", "genomicFields": [ {"index":...

To reproduce, zoom in and out quickly in the SV example (https://gosling.js.org/?example=CANCER_VARIANT)

Thank you for reporting these! Regarding the "WebGL context" issue, could you share what was the example that made the error? I also confronted this error message several times but...

@zhangzhen, I agree that this is critical. I was having some problems reproducing this issue. Let me investigate this issue in detail during the winter break (i.e., until the new...

Hi @zhangzhen, could you share more details about how did you (1) processed data and (2) ingested the data to the server (i.e., exact commands) so that I can reproduce...

We definitely need to use precise types (i.e., `X`, `Y`, `Size`, instead of a union `Channel` type)! Your second idea on merging `x` and `xe` is interesting and might be...