Results 924 comments of Colin Diesh

@carolinebridge if you want you can see how jbrowse works with the @mui/material@v6 alpha installed and try out the things that are mentioned in that link

possible helper code was released in mui v7.3.0: https://github.com/mui/material-ui/pull/43942

is there any way we can take advantage of the `yarn create jbrowse-plugin` type templates?

my personal vote would be against this PR, because I think it is less of a black box when the code is in the plugin template itself. when it's just...

that is interesting. there is one thing that the frozen_tracks4 branch does that main does not, which is that it will actually put the entire track configuration into the session,...

yep i can't explain the behavior exactly. if you get any more clues feel free to update. i can tag the issue as 'hard to reproduce' :)

might close for now. if it does come up again let me know...

this is a good catch. there are probably multiple approaches depending on needs 1) basefeaturedetails looks to the parent feature to get refName 2) the adapter makes sure to insert...

now that i think of it, these are probably 'synthesized cds features' so it can probably by solved at the adapter level (2) fairly easily but (3) may be worth...

I updated the biothings plugin to try to fix this issue upstream, but could keep this open to see what to do in the general case