SEHI L'YI

Results 121 comments of SEHI L'YI

Yes, I get an error when I run `yarn` and then `yarn build`: Full Error Message ```sh yarn build yarn run v1.22.19 $ run-s build-clear build-types build-lib $ rm -rf...

Possibly related to https://github.com/vitejs/vite/issues/4939

Hi @timtong1982, thank you for reaching out! The React version of Gosling is dependent on HiGlass. There is an open PR to upgrade the React version of HiGlass to `v18`...

Hi @sapoudel, It's odd that you are confronting the schema error. Unless you are using the `|xe-x|` threshold, it should pass the schema validation. We have working demos on `gos`...

Grammar-wise, we will need to allow `StackedTracks` in `OverlaidTracks`: ### From ``` export interface OverlaidTracks extends CommonViewDef, Partial { alignment: 'overlay'; tracks: PartialTrack[]; } ``` ### To ``` export interface...

This will be beneficial when a user wants to put a brush that spans across tracks in a view. At the moment, users have to put brushes on individual tracks...

Gosling currently supports displacement in two ways, i.e., (1) `displacement` and (2) `displace` Data Transform. Having these two options make processing specs more complicated, so I wonder if it makes...

The `y` channel supports flipping, so I think you can replace the `row` with with `y` channel and then use the `flip` option. ```diff { "style": {"outlineWidth": 1, "outline": "black"},...

@ThHarbig Please share with us what issues are remaining for the use case of meta vis.

Thank you @puehringer for exploring this! The performance improvement is really interesting to see. The only reason I was using the deep copy frequently was to safely keep the original...